The space between attribute dropdowns is big, also the space between the dropdown and the add to cart button is big too, how could I reduce the space? please see the image and the link link
The following didn’t work:
.single-product div.product table.variations tr .value {
margin-bottom: .5em; /* Reduced space on all dropdowns except last one */
}
.single-product div.product table.variations tr:last-child .value {
margin-bottom: 1em; /* Normal space on last dropdown */
}
2
Answers
Add this to the end of your stylesheet:
to override to style(s) above it.
To reduce the space between attribute dropdowns, try the following: