Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #270216
    jessicamorante
    Participant

    https://www.teamblueprint.com/

    I have too much blank white space between my menu bar and my first block of content, which is a video. I want my video to have very little space just under the menu bar on homepage. There is currently alot of space in between. Thank you!

    #270268
    Skandha
    Participant

    @jessicamorante: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .singular-content-wrap, .home #content {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to remove extra blank space between Homepage Menu Bar and Video Header?’ is closed to new replies.