Choose Options / Add To Cart button too big on mobile

Solved

Choose Options / Add To Cart button too big on mobile

centralperkp
Visitor
1 0 0

On mobile, the buttons to Choose Options or Add to Cart are too big, on mobile. Both in my main page and in the collection page. How do I edit this? I tried some of the codes from other topics, but was not successful. Thank you so much! 

 

my website is centralperkpets.com. 

 

Any help is greatly appreciated. 

Accepted Solution (1)

SagarSukhanandi
Shopify Partner
279 58 71

This is an accepted solution.

Add this style to base.css file

@media(max-width: 767px){
.quick-add__submit {
    min-height: 30px !important;
    font-size: 12px !important;
}
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help

View solution in original post

Reply 1 (1)

SagarSukhanandi
Shopify Partner
279 58 71

This is an accepted solution.

Add this style to base.css file

@media(max-width: 767px){
.quick-add__submit {
    min-height: 30px !important;
    font-size: 12px !important;
}
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help