fixed top header has margin at top
Hi
How can I take off the margin at the top of the header menu so the menu sticks at the top without any space?
Thanks
Hi
How can I take off the margin at the top of the header menu so the menu sticks at the top without any space?
Thanks
Comments
I found how to do this.
For anyone else if you choose fixed header add these lines in your custom.css
@media only screen and (min-width: 768px) {
.header-fixed #Action_bar { position:fixed; top:0; left:0; background-color: #80aea4; }
.header-fixed.ab-show #Top_bar { top: 2px !important;}
}
glad to see that you sorted it yourself