This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow
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
Hello,
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
Tagged: banners, home page, menu, persuasive, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up