Site logo

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

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.