• Resolved teci

    (@teci)


    hey guys I tried to work around with this on my own with @media query but I can’t seem to solve it my email opt-in pop up isn’t showing correctly on mobile phones its kind of stretched out any kind of help would be really appreciated.

    p.s it triggers after 10 % scroll if anybody is checking it

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter teci

    (@teci)

    yo guys can u check out my problem too?

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @teci

    Hope you’re doing well!

    Please add the following CSS code to Appearance > Customizer > Additional CSS filed.

    @media only screen and (max-width: 900px) {
    .hustle-modal.hustle-modal-two.hustle-animated.hustle-animate-bounceInDown {
            max-width: 350px !important;
    }
    }

    Clear the site’s cache and let us know if the issue still persists!

    Cheers,
    Nastia

    Thread Starter teci

    (@teci)

    oh thank so much guys for helpin out it works fine now, i had to get something out and i was a bit in a hurry thats why i started thread twice sorry but cheers for the help its working fine now

    Thread Starter teci

    (@teci)

    thank you for the support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hustle plugin design not responsive on mobile’ is closed to new replies.