Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1157429

    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

    #1158470

    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

    #1198318

    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

    #1198400

    Hi,

    Glad Victoria could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Gutenbeg and Enfold Full width’ is closed to new replies.