Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I set my menu to be sticky and its working on all pages. The problem is that other pages, it shows empty space and the menu only shows when I scroll down. While on the homepage is working fine where I can see the menu at the top, then see the sticky menu when scrolling down.
How to fix this? I tried all options but its not solving the issue
you can view the website http://www.roasters.space
Thanks,
Hello,
Please can you try to remove this code in the line: 1157 and try to remove this on the style.css file
.cl-header-sticky:not(.cl-transparent):not(.cl-actived-fullscreen-header){
position: static;
width: 100%;
top: 0;
z-index: 99999;}
replace with :
.cl-header-sticky:not(.cl-transparent):not(.cl-actived-fullscreen-header){
width: 100%;
top: 0;
z-index: 99999;}
Save the file.
Regards!
You must be logged in to reply to this topic.