Edit Z-Index of Trustpilot widget in relation to menu on mobile

Hello,

Add this css in theme.css.liquid or related css file a/to theme you are using.

nav.panel-menu.mobile-main-menu.mmitemopen {
    z-index: 9999;
}

Thanks

1 Like