Viewing 1 replies (of 1 total)
  • Thread Starter Chris.V

    (@chrisv234)

    The answer was given from a friend of mine:

    body.home.sinatra-layout__fw-contained .wp-block-image.alignfull {
        max-width:100vw;
    }
    	
    body.home.sinatra-layout__fw-contained {
        overflow-x: hidden;
    }

    Adapt the CSS to match the page you are targeting, the layout and the image (normal image or cover).

    The solution above is good only if you don’t want to use the full width Sinatra template like in my case. I have my reasons… In any other case just change the page template in full width.

    • This reply was modified 2 years, 9 months ago by Chris.V.
    • This reply was modified 2 years, 9 months ago by Chris.V.
Viewing 1 replies (of 1 total)
  • The topic ‘Gutenberg cover image gap on the right side’ is closed to new replies.