Dropdown Fields Issue with Woocommerce
-
Hi,
Like many I use Woocommerce and Ultimate Member.
As of now custom dropdown fields are not functioning correctly with both plug-ins activated. When I click on the field the dropdown appears at the bottom of the page.
I’ve been doing my best looking for a css fix, but so far haven’t had any luck. I need custom fields and I need Woocommerce- is there a way to resolve this?
EDIT:
Managed to figure it out, the css below resolves the issue-
span.select2-container.select2-container–default.select2-container–open {
top: 0px!Important;
}
The topic ‘Dropdown Fields Issue with Woocommerce’ is closed to new replies.