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
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:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
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
thnx!
Thnx!