• Hi everyone,

    Do any of you knows how to reduce the height of the navbar/menu.

    I would like to make it more thin.

    For now I tried to put this code in style.css:

    .navbar .navbar-inner {
    max-width: 59%
    }

    But it only reduces the width.

    Any idea?

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is what I have currently in my stylesheet. It may have unintended results on your site, though, so play around with the numbers.

    /*Reduce vertical space after logo to 0*/
    .navbar-wrapper .brand h1 {
    margin: 0px 0;
    }
    
    .navbar {
        margin-bottom: 0;
    }
    
    .navbar .btn-navbar {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px 7px;
    }
    
    .navbar.resp .navbar-inner {
        margin: 0;
    }

    Thread Starter ibodyguard

    (@isentinel)

    Hi ElectricFeet,

    Thank’s for your quick answer. I’m gonna play with that settings to see if it fits ??

    Best,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce the height of the navbar/menu’ is closed to new replies.