This topic has 5 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
I have just switched my header type to variant xstore 2 and I’m noticing that my items under main menu (with drop down) are no longer selectable. The menu dropdown disappears by the time I scroll down to any item. Bit of an issue.
Login details to see this are in the private section.
I’m using latest 3.3 theme and based on the organic initial demo content.
Have a look please and let me know. When you login simply hover over the Discover menu and try to select something.
Just to follow up this only seems to happen with header type xstore variant and xstore variant 2, the rest of the layouts appear to be ok though I prefer the xstore variants.
My header settings are:
Wide: off
Fixed: On
Overlap: Off
Hello,
Issue related to your logo height, it’s too large. Anyway, if you add the following custom CSS in Theme Options > Styling > Custom CSS problem will be fixed for this type of header
.nav-sublist-dropdown:before {
content: "";
position: absolute;
top: -60px;
width: 100%;
height: 80px;
left: 0;
}
.fixed-header .nav-sublist-dropdown:before {
top: -45px !important;
height: 70px;
}
Regards
Perfect, thank you for looking into this.
Hello,
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up