Change top-margin for the main menu
we have a big header image and want the main menu navigation to be at the bottom of it.
How and where can we change the value for the top-margin of the navigation bar (should be 280 px instead of estimated 160 px)
Thanks in advance!
Sandra
Comments
please send us url to your website so we can have a look what menu you use exactly and only then we`ll be able to see if this is possible or not.
The Navigation Bar should be lower at the bottom ot the picture (in front of the white area).
#Top_bar .menu_wrapper { margin-top: 125px; }1. Now the Sticky Menu has also margin-top of 125px (shouldn´t have). Can we change it separately?
2. How can we remove the thin line under <ul> - elements (look here: http://wasserwissenswert.demo-projekte.de/90-tagen-zum-experten-fuer-mehr-gesundheit-und-lebensqualitaet-mit-wasser/)
Thanks in advance!
body:not(.header-simple) #Top_bar.is-sticky #menu { margin-top: -125px !important; }2. For that please use below custom css:ul.list_mixed li:after, ul.list_check li:after, ul.list_star li:after, ul.list_idea li:after { background: none !important; }But I forgot the header-logo. Where can we change the top-margin for it?
Thank you!
#Top_bar .logo { margin-top: 120px; }