Hi, please see website in private
On mobile the menu sites under the 3 banner blocks, I can not see where any z index is causing an issue, regardsless of what I do nothing seems to change
Theme version: 8.0.5Hello,
Yes, you have the below custom in Page Custom CSS I suppose
.wrapper-banners {
top: -2vw;
z-index: 99999999;
}
Replace that with
.wrapper-banners {
top: -2vw;
z-index: 1;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.