Hi @quiztrail
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> theme.css ->paste the below code at the bottom of the file.
@media only screen and (min-width: 768px){
.product-form__controls-group .product-form__item {
flex-basis: 75%;
}
}
@media only screen and (min-width: 991px){
.product-form__controls-group .product-form__item {
flex-basis: 75% !important;
}
}