Archived topic
Sub-Menu Items are being hidden by product images on premium theme "Target"
3 replies · Started by Roma on March 23, 2023
Viewing posts 1–4 of 4
I am using the premium theme "Target" and Sub-Menu Items are being hidden by product images and footer text.
https://mooresvillemerchant.com/product-category/beverages/nehi/
If you hover over the Beverages category, you should be able to see how the sub-menu's are hidden.
Hi Roma,
Try adding this through Appearance > Customize > Additional CSS:
nav#site-navigation {
position:relative;
z-index: 999999;
}
That worked perfectly. Thank you
You're welcome, Roma!
This archived topic is closed to new replies.