Reply To: Sticky nav with effect, menu moves to right

Home Forums Support Sticky nav with effect, menu moves to right Reply To: Sticky nav with effect, menu moves to right

Home Forums Support Sticky nav with effect, menu moves to right Reply To: Sticky nav with effect, menu moves to right

#209125
Jamal

Sorry Tom but that doesn’t seem to fix it unfortunately.

I have two other unrelated stuff, i will post them here but do let me know if it’s best i open another topic.

– The hamburger menu doesn’t display submenu items as sub-menu items when primary navigation height is set to above 60px. Adding the code below seems to fix it though.

@media (max-width: 768px) {
    .main-navigation .main-nav ul li a {
        line-height: 60px;
    }
}

– The h2 block on the page is behaving strangely below 320×640 screen size. Can you please point for me what’s happening?