Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1433019

    hi,
    I should show the posts without left and right margins, not so boxed, is it possible?

    #1433053

    Hey fabio,

    I’m not sure that I understand what you are looking to achieve, could you post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1433199

    posts without margin, to menu limit

    #1433411

    Hi,

    Thank you for the update.

    The maximum width of the fullwidth posts is set to 800px by default, but you can adjust it by adding this code in the Quick CSS field.

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100em;
        margin-left: auto;
        margin-right: auto;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1310px;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification to make sure that the changes take effect.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.