Line Height on Menu Items

Hello,

I have long named Menu Items, I would like them each item to be two lines of text in order to save space. However when I insert a <br> to the menu item the next line is very low making menu area very tall and disrupting design. 

Thanks for your help.

Comments

  • Hi,

    to change line height for menu items, please use below css:
    #Top_bar .menu > li > a span:not(.description) { line-height: 30px; }
  • edited February 2015
    Also, I would like to mention that this site uses woocommerce and I used css to hide the cart icon. It seems that the while the cart icon is not showing up it is still taking up the space and not letting the last menu item to go the edge of the menu bar.

    Again. Thank you for your kind help.
  • Please make a screenshot of what you mean because we are not sure. Also please activate your website because it gives 403 Error at this moment.
Sign In or Register to comment.