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

Footer text is above the mobile menu and merges with it (Shopify, ecomposer)

Solved

Footer text is above the mobile menu and merges with it (Shopify, ecomposer)

Mtt1
Excursionist
19 0 2

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 🙏

 

5823655129012879763.jpg

Accepted Solution (1)
MaverickStudio
Shopify Partner
101 32 35

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

View solution in original post

Replies 6 (6)

MaverickStudio
Shopify Partner
101 32 35

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

Mtt1
Excursionist
19 0 2
Mtt1
Excursionist
19 0 2

Any further help?

MaverickStudio
Shopify Partner
101 32 35

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

Mtt1
Excursionist
19 0 2

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?

5827680892053733938.jpg

Mtt1
Excursionist
19 0 2

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.

 

5827680892053733937.jpg