Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1406789

    I would like to change the width of my posts. I could already change the width of my normal pages to 80%, but this is not automatically applied to the posts. How can I change the posts to 80% as well? These are always displayed at full width for me.

    #1406824

    Hey svenjaschumacher,

    Thank you for the inquiry.

    You can try this css code to adjust the width of the posts container.

    .responsive .blog .container .av-content-small.units {
        width: 80%;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.

    Best regards,
    Ismael

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