hi,
I should show the posts without left and right margins, not so boxed, is it possible?
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
posts without margin, to menu limit
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