Menu Wrapper Margin Top
Hello there,
i was trying to make the space between my logo and my menu smaller. (https://artandknowledge.com/)
I found out that the css class of the Menu is "menu_wrapper". But when i add the custom css: .menu_wrapper{margin-top:-50px} it wont change anything.
What am i doing wrong?
Thanks,
Daniel
Comments
If you want to decrease the distance between your menu and logo you have to decrease the padding of your logo.
Theme Options > Global > Logo
http://prntscr.com/n4once
Of course, it will push your logo and menu up a little bit, is this making problem?
Thanks