- This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Hello,
is there an option, to locate the main navigation to the top of the website, in best case as sticky navigation. I miss this option as usual…
Thank you very much, best regards,
Janina Reinhardt
Hi
there is no option for sticky header. but you can use below css code to show sticky header:
body.hd-scroll-fixed #cshero-header {
position: fixed !important;
width: 100%;
top: 0;
opacity: 1;
visibility: visible;
background: #fff;
}
You can use Custom CSS plugin to add css code.
Thank you.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.