Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253321

    I’m attempting to reduce the gap in my nav menu, really struggling ….

    http://webrealestatetools.com/armstrong2/

    I would also prefer a space between the nav menu and the top of the screen too please

    reducing gap

    #253493

    Hi petertoner!

    Thank you for using the theme!

    Did you remove the menu background? I don’t see it anymore. If you want it back, you can use this:

    nav.main_menu {
    background: rgba(255,255,255,.5);
    padding: 0 30px 0 20px;
    border-radius: 20px;
    margin-top: 20px;
    }
    
    .header-scrolled nav.main_menu {
    background: transparent;
    margin-top: 0;
    padding: 0 30px 0 20px;
    }

    I hope that helps. Cheers!

    Best regards,
    Ismael

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