Showing 1 – 1 of 1 replies
Biopost

I need some help. Sticky menu is not […]

Biopost PURCHASED
6 years ago
Hi. I need some help. Sticky menu is not working corectly in boxed layout. In IE11 there is no sticky menu at all and in chrome on mobile you do not see whole sticky menu. Any solution for this?
Biopost
Biopost PURCHASED
6 years ago
Found solution for sticky menu on boxed version. Add this css to custom.css:
@media only screen and (max-width: 768px) {
body.boxed #header.sticky.affix {
margin-top: 0px;
}
}

Still loking for a sticky menu solution on IE11 - it does not work?