Replies: 0
Hello,
I have a staging environment to do all my tests and I tried to make my menu sticky using newspaper wordpress theme (latest Version).
In mobile menu it worked perfect without issues.
In desktop menu I cannot make it to work properly it keeps magnifying my theme logo when I am scrolling down the website looking very ugly.
I tried to get it sticky through max mega menu but it is worst because my theme logo is disappearing.
Another issue that I am facing is that my website in a tablet landscape mode is is working as expected, but in Portrait mode I can only see my Theme logo, the mega menu is blank/disappeared.
many thanks in advance,
Michael
PS. in the past I had another issue and you solved it by putting the Menu Height at 80px and giving me the below code which is still active.
@include desktop {
#{$wrap} {
float: left;
}
}
@media (max-width: 768px) {
#mega-menu-wrap-header-menu {
display: none;
}
#td-mobile-nav #mega-menu-wrap-header-menu {
display: block;
}
}