• Resolved bextwo

    (@bextwo)


    Does anyone know if it’s possible to remove the padding above the header so it’s against the top of the page? I can’t seem to find an option for that.

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please use the following css to fix your issue; if this is not helpful to you, then please send us your site URL, so that it will be easy to find the solution asap.

    .header-bg {
        padding-top: 0px;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    This helped my issue as well THANKS!

    This didn’t work for me. I tried adding the css to the theme customization css as well as the WP editor (child theme, of course)

    I tried this:
    .header-bg {
    padding-top: 0px;
    }

    and I tried this:
    .header-bg {
    padding: 0rem 0;
    }

    Please see schoolmentalhealthwisconsin.org.

    Theme Author Styled Themes

    (@gejay)

    Hi Vicki_B,

    You can add this css on your additional css section of customizer or can take help of child theme.

    .header-box .logo img {
        padding-top: 0;
    }

    Note: Increase/decrease padding-top value as per your requireemnt.

    Let us know how it works for you.

    Thanks

    Yes, this works. Thank you!

    Theme Author Styled Themes

    (@gejay)

    Good To hear that Vicki.

    Cheers !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove padding above header’ is closed to new replies.