Button click not working on mobile

Solved

Button click not working on mobile

jasminsharp97
Shopify Partner
99 1 32

I have this site: https://biancaandbear.com/ and halfway down the page you have a section that says "New Collection: Sunshine." In that section the Shop Now button works on desktop, but it doesn't work on mobile. It doesn't even look like it's clickable on mobile. Not sure why?

Screenshot 2024-07-12 071539.png

Accepted Solution (1)

BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Hi @jasminsharp97 ,

 

You can follow these steps

Step 1: Go to Online store > Themes > Edit code and find base.css file

Step 2: Insert below code at the end file and Save them

@media screen and (max-width: 749px) {
    .multicolumn-list:not(.slider) {
        position: relative;
        z-index: 1;
    }
}

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Reply 1 (1)

BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Hi @jasminsharp97 ,

 

You can follow these steps

Step 1: Go to Online store > Themes > Edit code and find base.css file

Step 2: Insert below code at the end file and Save them

@media screen and (max-width: 749px) {
    .multicolumn-list:not(.slider) {
        position: relative;
        z-index: 1;
    }
}

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency