Site logo

Archived topic

Cover image is wider than content

3 replies · Started by Pontus on November 12, 2020

Viewing posts 1–4 of 4

Hi there,

if you're using GP 3.0 you can try switching the Customizer > General > Structure to Flexbox.
If you need to keep using Floats then add this CSS:

.wp-block-cover {
    box-sizing: border-box;
}

Thank you. That was it. Wasn't sure about the difference between flexbox and floats but now I know.

FYI - the Flexbox version applies the box-sizing: border-box; down the page. Whereas Floats do not - But that is just an added benefit to the Flex version :)

Glad to be of help.

This archived topic is closed to new replies.