• Resolved lebow

    (@lebow)


    Hi there,

    Is there a way to reduce navbar height and the font size inside ?
    I tried many thing in my CSS but nothing works.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Iceable

    (@iceable)

    Hi, please try this CSS, it should do the trick:

    #navbar ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .search-form {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    #navbar {
        height: 40px;
    }
    
    #navbar ul li a {
        font-size: 15px;
    }

    From there you can also adjust the values if desired, but it should be a good starting point.
    Let me know if you are still having any trouble with this.

    Thread Starter lebow

    (@lebow)

    Thank you, that’s exactly what i needed.
    Besides, it works perfectly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navbar height and font size’ is closed to new replies.