How to resize menu bar

Hello my friends, i'd like to resize the menu bar (height) in order to use less space on the webpage. You can see it at http://imgdigital.com.br/index.php/desenvolvimento-de-sites/

I tried set as minimalist but nothing changed.


image
image

Comments

  • Hi,

    to decrease menu bar height, please use:
    #Top_bar .menu > li > a { padding: 15px 0 !important; }
    #Top_bar .top_bar_right, .header-plain #Top_bar .top_bar_right { height: 90px !important; }
    #Top_bar a#search_button { top: -15px !important; }
Sign In or Register to comment.