Hello
First I thanks all the community and creators for their work and help.
I tried to disable sidebar and I got 100% width on homepage and ordinary pages. But blog pages stayed in short width.
In Enfold admin panel, I do not see any “100%/0%” setting for Content/Sidebar Ratio.
My website: http://www.lenainbraillard.fr
Hey Dominique!
Please remove sidebar from your blog posts and then add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
Regards,
Yigit
The new version of Enfold can enlarge itself for pages.
Thanks for your code for blog pagrs. That works very well.
Problem resolved. Thanks