Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #128974
    Debbie
    Participant

    How can I get rid the white bar between the header and the promotion banner on my non-home pages?

    http://miboxdallas.com/moving

    #128994
    Skandha
    Participant

    Hello @Debbie, Goto => Appearance => Customize => Additional CSS and add the following CSS.

    body.header-bg {
    padding-top: 90px;
    }

    Let me know if this does the trick.

    Regards,
    Skandha

    #129013
    Debbie
    Participant

    Yes, that worked. It still shows white for a moment if you scroll down and then up sort of quickly … is that easy to get rid of? If not, no worries.

    #129044
    Skandha
    Participant

    Hello @Debbie Go to Appearance => Customize => Additional CSS and add the following code

    .site-header {
    transition: none;
    }

    Let me know if this does the trick.

    Regards,
    Skandha

    #129059
    Debbie
    Participant

    Perfect. Thanks so much!

    #129077
    Skandha
    Participant

    @Debbie: Glad that the issue is resolved.
    Have a good day!

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove space between header and promotion banner’ is closed to new replies.