Need help fitting variant into pill on product page

Solved

Need help fitting variant into pill on product page

radaApeta
Excursionist
49 0 17

Hello,

I need to fix the shoe sizes, so they can fit into a pill on one row instead of two. Only on mobile. Thanks for your help

https://81e325-28.myshopify.com/

0007

unnamed (8).jpg

valenta14
Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

- Here is the solution for you @radaApeta 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
@media only screen and (max-width: 600px) {
.product-form__input--pill input[type=radio]+label {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726667486650.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

- Here is the solution for you @radaApeta 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
@media only screen and (max-width: 600px) {
.product-form__input--pill input[type=radio]+label {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726667486650.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now