• Resolved katerila

    (@katerila)


    Hi everyone,

    I have some white space right under my header image and before the first text on the page appears, so you can barely see any products before you scroll.

    Is there a quick way to remove this with some custom CSS or something?

    thanks so much!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    You can use this custom CSS code to remove the white space under the header:

    .site-main > .clearfix {
        padding-top: 0;
    }

    Add it at the end of Appearance > Customize > Additional CSS

    Thread Starter katerila

    (@katerila)

    Thank you!

    Sorry for late reply, but it is it possible to do this only on the Shop/Product page but not the rest of the site?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White space under header’ is closed to new replies.