How can I make all size options the same length on my site?

hey,

does anyone know how to make all size options the same length?
I created the screenshot in photoshop. Currently the size of the box depends on the word length but it should always the same length

thanks in advance

shop: brokenmind.com

pw: test1

Hi @drew23

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.product-form__input input[type=radio]:checked+label {
    min-width: 120px;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

hey, i added your code, but sadly it didnt change the length

@drew23 please add this code.

label {
    min-width: 120px;
}

hey i didnt change the size

@drew23 Sorry for my late response. I’ve checked and noticed that the issue was fixed already. Please let me know if there is anything else I can help you with!

1 Like