• Hi,

    The site I am creating with Genesis and child theme is this: https://compasbrand.ru
    I’ve placed the widget (slider) under the menu.
    The blank space between the menu and the slider is huge. How can I remove it?

    I know, this has been asked before but it still doesn’t work for me.

    Thank you!

Viewing 1 replies (of 1 total)
  • Use this CSS:

    .home.page nav.nav-primary {
        margin-bottom: 10px;
    }

    If you need to further reduce the gap, use this CSS:

    .genesis-nav-menu a {
        padding: 15px 24px;
    }

    Try changing the 15px value (i.e vertical padding) to suit your needs. Don’t change the 24px (i.e horizontal padding)

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove the blank space between menu and page content’ is closed to new replies.