Button not working on mobile website version

Hi,

my online store is about to launch and I have a ‘learn more button’ on the front page under the header. It’s working fine on browser but not working on mobile phone?

it’s not launched so password is lashmanialtd

is there anyway to fix it so that it links to the page on phone too?

thanks!

Hi @Lashmania , welcome to Shopify Community.

It seems like a small bug in the theme. Please, try to add the following code at the end of file custom.css of your theme.

@media screen and (max-width: 767px) {
  .homepage-image-text-block--text-wrapper {
    z-index: 1;
  }
}

It works thanks so much!

Happy it worked.