Issues with mobile version: Menu button doesn´t works and i can´t replace the CTA Button

Issues with mobile version: Menu button doesn´t works and i can´t replace the CTA Button

Patik2
Tourist
4 0 0

Hi everybody,

i have 2 problems with the mobile version of my shop.

1: The menu button in the mobile version doesn´t works . When I click on the menu, it does not open instead a cross appears.

2: The CTA-Button is to high. I can´t replace it.

I am happy about any help.

Bildschirmfoto 2021-09-19 um 12.45.34.pngBildschirmfoto 2021-09-19 um 13.31.22.png

Replies 5 (5)

Guleria
Shopify Partner
3404 679 963

Hello @Patik2 ,

1) Seems it's JS conflict or maybe it's  css z-index 
2) Css issue 
I suggest share the store URL with your developer so he can write css accordingly because without checking store it's not possible to provide solution.

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
Patik2
Tourist
4 0 0

I have sent you a private message @Guleria 

Guleria
Shopify Partner
3404 679 963

Got it.


1) It's JS conflict. to fix it revert the change one by one and check from where issue arise.

2) Add this css in theme.css in bottom of file

@media only screen and (max-width: 749px){
.slideshow__text-wrap--desktop .slideshow__text-content {
    top: 73% !important;
    left: 92px !important;
}
}

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
Patik2
Tourist
4 0 0

Than you for your response @Guleria 

1.can you explain to me how to do this? i don´t know how

2. it works! thank yo so much.

Guleria
Shopify Partner
3404 679 963

To fix it revert the change you did one by one and check from where issue arise, once found analyze it and fi it. 

Alternatively use fresh copy of theme or call to developer to fix it. 

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder