Home Forums Free Themes Signify How to Reduce space Under Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #181889
    sneed
    Participant

    There is too much space between my menu and the slider below it. How can I reduce this space?

    http://www.designhous.com

    #181893
    Psink
    Keymaster

    hello @SNEED, Add this CSS in the Additional CSS

    Go to Admin Panel >> Customizer >> Additional CSS – there you can paste the CSS
    @media only screen and (min-width: 85.375em){
    .site-content>.wrapper
    padding: 20px 30px;
    }
    }

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