Hi,
How can I use Gutenberg block editor to display full width?
My theme is set to stretched, yet even with sidebars disabled on a post, it won’t display full width.
I have posted an example below.
Thanks
Phil
Hey philthebass,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .template-blog .post .entry-content-wrapper > *,
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria.
I added it to my child CSS and then flushed all caches and that worked a treat.
Thanks for your help.
Regards
Phil