I would like to change the line spacing in my menu and can't figure out how.
Website is: http://auto-museum.org
Hi,
To achieve that, you would have to write a custom CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Best regards
Yes, please!
Please, use the following code:
#Header_creative #Top_bar .menu > li > a span{ line-height: 45px!important; }
Thanks
Thank you! Is there way to decrease spacing between the menu and the logo as well?
Please, go to Betheme -> Theme options -> Global -> Logo, and decrease the padding value.
Comments
Hi,
To achieve that, you would have to write a custom CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Best regards
Yes, please!
Please, use the following code:
Thanks
Thank you! Is there way to decrease spacing between the menu and the logo as well?
Please, go to Betheme -> Theme options -> Global -> Logo, and decrease the padding value.
Thanks