Vvivid+ Air Release - Self Healing - Racing Stripe Kit - Installation Instructions
- choosing a selection results in a full page refresh
/* Fix for variant dropdown width */
.variant-selectors .selector-wrapper {
margin-bottom: 15px;
}
.variant-selectors select {
width: auto;
width: 50% !important;
max-width: 300px !important;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
}
/* Make sure dropdowns are responsive */
@media screen and (max-width: 768px) {
.variant-selectors select {
width: 100%;
}
}