Hi all,
Is there an option to set the layout to full width rather than it being aligned in the middle?
Thanks
Hi,
You can add this on your custom.css to increase the width of the post content.
#top .fullsize .template-blog .post .entry-content {
max-width: 1024px;
}
#top .fullsize .template-blog .post .entry-content > * {
max-width: 1024px;
margin-left: auto;
margin-right: auto;
}
Regards,
Ismael