Photo gallery app images covers Shopify main menu. Should not cover main menu

shopify elements do not cover main menu:

Photo gallery app element covers main menu:

How to not have it cover main menu?
website is fyka.com.au

thank you

Hey Michael and welcome to the forum! :hugs:

So sorry to see that you have this inconvenience, but I’ll be happy to help!

I’ve shared your website with our dev team so that they can offer a solution, and I’ll get back to you as soon as I have news :slight_smile:

Hi Michael,

I’m happy to say that we’ve fixed the issue :slight_smile:

Our developers added the following code to your widgets and it did the trick:

.global-styles, [class*="item-data-image"] {
    z-index:1!important;
}

However, we advise you to add this code next to any Photo Gallery widget’s installation code. In this way, all your future Photo Gallery widgets will work fine.

Please let me know if everything works correctly on your end now :slight_smile:

1 Like

Hi Helga
Thank you for this.
I can see the problem is now fixed.
However, I can’t see exactly where the additional code has been added.
Can you send me example of where this code is.

Thanks so much

Hi Michael, great that you’re good now!

Sure, you can find this code in your first and last widgets’ settings → Style tab → Custom CSS :slight_smile:

Thank you

1 Like