Hello,
does somebody know How to limit the size selection to 1 line on mobile? But it shouldn’t go wider then the card button on the bottom!
Thank you!
url: aliudclothing.com
Hello,
does somebody know How to limit the size selection to 1 line on mobile? But it shouldn’t go wider then the card button on the bottom!
Thank you!
url: aliudclothing.com
Hi @KimGottwald ,
May I suggest to update code these steps:
@media(max-width: 480px){
.single-option-radio input[id*="ProductSelect-option-size"] + label {
padding: 6px 10px !important;
}
fieldset.single-option-radio {
padding-right: 0;
display: flex;
gap: 5px;
}
}