Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi, with the Sticky Navigation activated, our site only has the header visible when you scroll down the page, and does not include the navigation menu.
You can see the problem here:
Regards,
Please check the header when you scroll down on our site:
Hello,
Sorry for the late reply.
This is not an issue of sticky header. This is the sticky style of the header you have chosen. To include the menu too, in sticky header, you should edit the css.
Let us know if you need help.
Best regards!
Hi Mihaila,
I’d have no idea how to do that, can you suggest CSS fix?
Thanks
Regards,
Hello,
Sorry for the late reply.
I added this code into your custom css box(test site):
.sticky_header .full_nav_menu {
position: fixed !important;
top: 112px !important;
visibility: visible;
}
Please check your site and let us know.
Best regards!
You must be logged in to reply to this topic.