Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #586244

    I need to reduce the height of the Navigation bar to make it look slimmer. I need it to be around 38px.

    #586246

    Hi increasethewedge!

    Please add following code to Quick CSS

    #header #header_main_alternate .container {
        padding: 0!important;
    }
    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
        height: 38px;
        line-height: 38px;
    }
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        height: 38px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #586250

    Hi Yigit,
    This has removed the coloured background and changed the font colour.

    #586251

    Apologies, it works fine.

    Thanks, great support.

    #586256

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce Height of Navigation Bar’ is closed to new replies.