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

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