Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vnairp11

    (@vnairp11)

    i would like to possible shrink it and center it.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @vnairp11,

    Popup width should be adjusting based on the page width to fit the screen, but it seems that something on your site is causing it to think that the page width is more than it actually is.
    It could probably be adjusted with some CSS code, however when I checked your site I wasn’t able to see the popup in order to investigate this further.

    Can you please tell me how to trigger popup on your site?

    Cheers,
    Predrag

    Thread Starter vnairp11

    (@vnairp11)

    hello the pop up is triggered after 70% page scroll

    thank you!

    Hello @vnairp11,

    I hope you’re doing well!

    Please add the following CSS code to Appearance > Customize > Additional CSS

    @media screen and (max-width: 992px) {
    .hustle-popup-content {
            right: 10px;
    }

    This will center the opt-in for mobile devices.

    Kind regards,
    Nastia

    Thread Starter vnairp11

    (@vnairp11)

    Nastia thank you so much! that did the trick!

    have a wonderful day!

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hey there @vnairp11 thank you for your confirmation.

    I’m going to mark this one as resolved but be sure to contact us again if you have questions or need help.

    Best regards,

    Jorge

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘hustle mobile’ is closed to new replies.