Archived topic
product variations not showing completely in single product page
4 replies · Started by Daan van on October 12, 2018
Hi Tom and Leo,
I have a small problem. The variations on the single product page are not completely showing on the single product page. For an example visit:
https://www.wiegenco.nl/winkel/wiegen/moba-mozes-mand-mintgroen/
You can see how the variation "Standaard" is visible, but the dropdown menu "een optie kiezen" is not.
I've switched to the standard twenty seventeen theme and that solves the issue. Could you take a look and see why elementor and the theme are not getting along nicely?
Can't thank you enough!
Update: I've just removed the variations in the live versions of the product. I made a "hidden" copy for you to check out:
https://www.wiegenco.nl/winkel/wiegen/moba-mozes-mand-dove-grey-kopie/
Hi there,
I only notice this on firefox and is related to padding and box-sizing. Give this CSS a shot:
.variations select {
padding: 0 15px !important;
}
Great! That did the trick! Thank you so much!
You're welcome :)