Dear Enfold team,
I have a question for the single blog post view, is there a way to make the No Sidebar post actually stretch to the full 1210px width of the page, since with the default setting looks that it’s quite narrow?
It is stretching perfectly if I use the Advanced Layout Editor, but then it’s losing the title above the post (if that is fixable also would be good)
Cheers,
Ilko
Here is what I mean, I would like it to be stretched as much as the featured image is, as like this it’s too narrow and losing real estate around:
http://www.ilkoallexandroff.com/strobist-asuka-in-the-temple-2/
Hey!
You can add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 100%;
}
Adjust the max width.
Best regards,
Ismael
Hi, there, thank you!
I have inserted that in both, but still no result, and the blog is not stretched to 100%, do you have any idea why this might happen?
Cheers!
Hi!
The code in your custom.css file is not correct ( http://www.ilkoallexandroff.com/wp-content/themes/enfold/css/custom.css?ver=1 ). Replace
& gt;
with
>
Regards,
Peter
Japanese keyboard sometimes replace some symbols!
Thanks, fixed it and it works now!