This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow
hi, can you look at https://qelectricmotors.com/product/0-12kw-4pole-1500rpm-ie1-single-phase-permanent-capacitor-motor/
the variants drop down on this style overflows on the right, can you give me the css to correct it?
thx
Si
Hello,
Add the following custom in Theme Options > Styling > Custom CSS or child theme style.css
.single-product-booking .product-side-information-inner .variations td.label label{
color: #313131;
font-size: 13px;
padding: 15px 0 8px 0;
text-align: left;
text-transform: uppercase;
font-weight: bold;
}
.single-product-booking .product-side-information-inner .variations,
.single-product-booking .product-side-information-inner .variations tbody,
.single-product-booking .product-side-information-inner .variations tr,
.single-product-booking .product-side-information-inner .variations td{
display: inline-block !important;
width:100%;
padding-left: 0;
}
Regards
perfect…thank you
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up