Modulox box cut off on mobile

Hello,

We seem to have an issue with a Modulobox plugin on this page: https://karenpryoracademy.com/courses/

First two items (Dog Trainer Professional and Dog Trainer Foundations) have Modubox set up for the photo. Once you click on it, a lightbox appears. It looks good on desktop, but on phones the image gets cut off.

Here is the screenshot:

A separate section is made for mobile. Could that be causing issues?

Thank you.

Hi there,

Please note that we do not provide support for third party plugins. It would always be best to get in touch with the plugin developer due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script.

But adding this code to the Global CSS might help:

@media (max-width: 767px) {
    .mobx-gallery figure {
        width: 100% !important;
    }
}

Thank you.

That code worked. Thank you very much!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.