This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Laranz
The navigation sub menu opens under the “sort by…” menu in the shop filter area. You can view this issue by going to http://b7a.131.myftpupload.com/product-category/dj/ and hover over the ‘DJ’ navigation.
Hi,
Try putting this Custom CSS snippet in your style.css of your child theme or put that in Appearance -> Customize -> Additional CSS.
.woocommerce-ordering { z-index: auto; }
if that didn’t work, try putting an !important like,
.woocommerce-ordering { z-index: auto !important; }
If that too didn’t work, change the auto to 1
Let us know,
Thanks,
laranz.
Great, the first one worked, thank you.
Hi,
Glad we helped. 🙂
Let us know if you have any other questions,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up