• Resolved ilumi

    (@ilumi)


    Hello. I’m currently having an issue with the pop-up on mobile devices. Everything looks OK on desktop version, but on the mobile version, the featured image is much smaller than the “box”. I can’t find any settings for mobile or responsive sizes.

    This is a screenshot of MOBILE DEVICE:
    https://prnt.sc/kljy0x

    This is a screenshot from DESKTOP DEVICE:
    https://prnt.sc/kljyq1

    I would like the mobile version to look the same as desktop version.

    And is there a way to align the button to center?

    Lovely plug-in btw ??

    Best regards,
    Veronica Poer

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi Veronica,

    Hope you’re well and glad to hear you’re liking the plugin so far ??

    It’s possible to get different results depending on the theme and other plugins used on site and it’s what we’re most likely dealing with here, luckily we can add a bit of CSS and take care of this issue.

    This should do the trick:

    @media only screen and (min-width: 783px)  {
        .hustle-modal-body footer .hustle-modal-cta {
            width: 100%;
        }
    }
    
    @media only screen and (max-width: 782px)  {
        .wph-modal .hustle-modal .hustle-modal-image_right .hustle-modal-image_fill img {
            position: initial;
        }
    }

    WordPress offers Custom CSS field inside Appearance > Customizer but if your theme disables this and it doesn’t have its own CSS field you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Let us know if that worked for you ??

    Cheers,
    Predrag

    Hello @ilumi

    I trust all is well!

    We’ve not heard from you in a while. I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Cheers,
    Nastia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hustle pop up on mobile devices’ is closed to new replies.