This topic has 2 replies, 2 voices, and was last updated 3 months, 1 weeks ago ago by Luca Rossi
The problems currently encountered are as shown in the attachment.
After entering the store page on a mobile and opening the menu (including shopping cart and users) and filters at the top of the page, the screen will be blocked by the footer of the page. How can I correct it?
The mobile menu will also be obscured by the filter icon. Please help me, thank you very much.
Hi @Kuma,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.etheme-elementor-off-canvas--shown .template-container {
z-index: 99;
}
[data-elementor-type="header"] {
position: relative;
z-index: 100;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up