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)

Developer-G
Shopify Partner
3079 604 857

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.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
Patik2
Tourist
4 0 0

I have sent you a private message @Developer-G 

Developer-G
Shopify Partner
3079 604 857

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.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
Patik2
Tourist
4 0 0

Than you for your response @Developer-G 

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

2. it works! thank yo so much.

Developer-G
Shopify Partner
3079 604 857

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.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter