I want to use the menu that barber2 used on the demo theme I'm using. Tried editing the css but that got me no where, edited #top bar height:61 I set it to -15 but it could reset to 61 when I'd scroll down and the sticky menu'd come up.
Due to the nature of a public forum I cannot post the urls publicly.
Comments
to move the Top Bar up, you need to use the following css:
#Top_bar:not(.is-sticky) .menu > li > a span:not(.description) { padding: 25px 45px !important; }#Top_bar:not(.is-sticky) #logo { line-height: 100px !important; }