Make `size picker buttons` same size

Solved

Make `size picker buttons` same size

Official-Kortez
Excursionist
33 0 5

Hello everyone,

This morning, I attempted to make the size variant pills have the exact same dimensions, but I’m having trouble getting it to work. Below, I’ve attached a picture of how I would like them to appear. Please note that this should only apply to the SIZE pills, not the Color pills.
Additionally, this should be responsive for mobile versions as well.

Theme: DAWN 15
Website: https://official-kortez.com 

Any help would be greatly appreciated! Thank you in advance!

This is what I have:

OfficialKortez_2-1747819241150.png

 



This is what I want:

OfficialKortez_0-1747819052690.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

This is an accepted solution.

Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings. 

.product-form__input--pill input[type=radio]+label {
    min-width: 55px;
    padding: 1rem !important;
}

Screenshot 2025-05-21 at 16.27.40.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

This is an accepted solution.

Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings. 

.product-form__input--pill input[type=radio]+label {
    min-width: 55px;
    padding: 1rem !important;
}

Screenshot 2025-05-21 at 16.27.40.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Official-Kortez
Excursionist
33 0 5

thank you!