Tagged: #width # posts #enfold
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.
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