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

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.

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

I have sent you a private message @Guleria

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;
}
}
1 Like

Than you for your response @Guleria

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

  1. it works! thank yo so much.

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.

1 Like