Hello,
I would like to make the changed displayed in the picture, can someone help me?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/
Im using the Trade theme.
A user wants to reduce the size of “shop” buttons on mobile for their Shopify store using the Trade theme.
Solution Provided:
base.css file through the Shopify editor.banner--mobile-bottom .slideshow__text .button properties!important flagsStatus: Resolved with working CSS code and visual confirmation showing the reduced button size on mobile devices.
Hello,
I would like to make the changed displayed in the picture, can someone help me?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/
Im using the Trade theme.
This preview link has expired
Can you share again @KimGottwald
Updated, sorry!
@media screen and (max-width: 749px) {
.banner--mobile-bottom .slideshow__text .button {
padding: 0 !important;
width: 100px !important;
height: 40px !important;
min-width: 40px !important;
max-height: 40px !important;
min-height: 40px !important;
}
}