Hi!
How to make the custom field dropdown list not be hidden by the description area in product detail page?
I´m using Storefront template with Virtuemart 3+
Thankful for your help with this!
Regards
.productDetails {overflow: initial;}
.productDetails:after {
clear: both;
content: "";
display: table;
}