A tickily spot almost everywhere on the site
-
My customer has highlighted a design error that seems to happen even in the actual theme. Can you help me with this? Please see the attached video.
Hello,
Please provide the screen of the problem I cannot figure out what spots you mean.
Best Regards
Hi there, I thought the video was already uploaded. My bad please find it in this link. This is happening even on the theme demo site.
https://vimeo.com/485908680
Thank you
AB
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.basel-navigation .menu>li.item-event-hover>.sub-menu-dropdown {
pointer-events: none;
}
.basel-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown {
-webkit-transform: none;
transform: none;
pointer-events: visible;
pointer-events: unset;
}
body .header-split .main-nav .menu .menu-item .sub-menu-dropdown:after {
height: 30px;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘A tickily spot almost everywhere on the site’ is closed to new replies.