Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I encountered a problem where the content and text of my footer after opening the mobile menu does not disappear and is constantly displayed above the menu content.
I created the footer and overwrote the default one with ecomposer and my theme is dawn.
I will be grateful for the solution 🙏
Solved! Go to the solution
This is an accepted solution.
Hi @Mtt1
They issue is with the setup of the footer section in Ecomposer landing page builder. You can fix it with the following code.
Step 1: Go to Online Store > Theme > Edit code > find the base.css file and add the following:
.core__row--columns {
z-index: 1 !important;
}
♥ If you found my solution helpful, please consider giving it a Like and marking it as the ✔ Accepted Solution
Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button
A Product of Maverick Studio
Hey @Mtt1 ,
Could you send the URL over so we can have a look? It's most likely a z-index issue
♥ If you found my solution helpful, please consider giving it a Like and marking it as the ✔ Accepted Solution
Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button
A Product of Maverick Studio
Any further help?
This is an accepted solution.
Hi @Mtt1
They issue is with the setup of the footer section in Ecomposer landing page builder. You can fix it with the following code.
Step 1: Go to Online Store > Theme > Edit code > find the base.css file and add the following:
.core__row--columns {
z-index: 1 !important;
}
♥ If you found my solution helpful, please consider giving it a Like and marking it as the ✔ Accepted Solution
Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button
A Product of Maverick Studio
Works perfectly but when you open the menu and scroll down it also shows the rest of the footer. Is there any way to lock the page on the bottom of menu?
Also is there any simple css code to move away the svg icon from the text? After I changed the svg icon, the text sticks to it and it doesn't look good.