Home Forums Pro Themes Education Hub Pro White Space between navigation and slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18599
    mleamons
    Participant

    Hello!
    I would like to remove the white space between the navigation menu and the slider (www.greatmiddleschools.org)
    I used .site-content { margin-top: -140px; } which fixed the issue originally, but if affected all my pages and posts, making the page/post title overlap the breadcrumbs.
    Is there a way to make this code only for the home page?
    Thank you in advance!

    #18657
    wensolutions
    Keymaster

    Hello @mleamons, you should specifically target the custom CSS selector to homepage only.

    Try following custom CSS

    .home .site-content {
        margin-top: -140px;
    }

    Hope this helps you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.