Hi,
I need some help please changing the ‘Shop’ button size only on mobile. I want it to resemble the equivalent of the desktop sizing. Currently it’s far too big.
https://www.byanymeans.net.au/
Password to enter is: shopifyhelp
Hi,
I need some help please changing the ‘Shop’ button size only on mobile. I want it to resemble the equivalent of the desktop sizing. Currently it’s far too big.
https://www.byanymeans.net.au/
Password to enter is: shopifyhelp
Apologies! Have updated it now
Hi @byanymeans ,
You like to change all the buttons? or only the dots?
Try this.
@media only screen and (max-width: 450px){
.slider-counter__link--dots .dot {
width: .5rem;
height: .5rem;
}
}
Result:
I hope it help.
Thanks for taking the time to reply. I think there maybe is some confusion here, I am not looking to change the size of the dots I am looking to change the size of the ‘SHOP’ button above for mobile as it does not scale the same as the desktop version.
oh okay, Sorry my bad I didnt read well..Is this solved?
That’s no problem. No unfortunately I haven’t solved it and the code above to make the buttons smaller also didn’t work for me