How to make the menu header thinner?

edited August 2015 in Other
Hi,

May I know how i can make the menu header on top of the page thinner? Also, how can I set the website appearance such that when you make the window smaller, the website does not respond because when the window is smaller, the menu header will disappear and the contents become smaller. Thanks in advance

themultiverse.com

Comments

  • it's themultiversemag.com sorry
  • Hi,

    how you want to make menu thinner? Please show us on screenshot what you want to do exactly because we have no idea what you mean.

    About 2nd question, you probably mean that you don't like responsive. This can be turned off under Theme options > Responsive section.
  • I am talking about the menu header here 
    http://i59.tinypic.com/2nlre47.png
    how do i reduce the height of the header because it is too thick.
  • As we see, you are talking about sticky menu. So to decrease it's height, you must play with below css:
    #Top_bar.is-sticky { height: 40px !important; }
    #Top_bar.is-sticky .menu_wrapper .menu > li > a { padding: 5px 0 !important; }
    #Top_bar.is-sticky #logo img { max-height: 25px !important; }
    #Top_bar.is-sticky #logo { line-height: 30px !important; }
Sign In or Register to comment.