Slideshow button to big on mobile version Sense Theme

Hey guy! How to make the shop now button on the slideshow smaller on mobile? I use Sense theme.

www.petson.co.uk pass 123

Hello @Geriks1987 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

Hi @Geriks1987

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media screen and (max-width: 767px){

a.button.button–primary {

min-width: 100px !important;

padding: 0 !important;

min-height: 35px !important;

}

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

thnx!

Thnx!