• Resolved breedmartinez

    (@breedmartinez)


    The slide in works perfectly on desktop, but the slide it does not fit on the mobile screen. First, the text that I have written appears on desktop but is removed on mobile. Second, if I set the width to what I want on desktop it doesn’t shrink down in proportion to mobile screens. Instead, it slides in so that only half of the form can actually be seen.

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

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

    (@wpmudev-support8)

    Hey @breedmartinez,

    Hope you’re well.

    You can try this custom CSS to show the text on mobile;

    @media(max-width:768px){
        .hustle-modal-one .hustle-modal-body section, .hustle-modal-one .hustle-modal-body section article{
            max-height:none !important;
            height:auto !important;
        }
    }

    You can add these from Appearance > Customize > Additional CSS panel on your wp-admin. Also, if you specify width Hustle will stop responsiveness because of it thinks you always want the same width. But if you activate it and let me know I can share custom CSS with you for mobile too.

    Currently, I am not seeing fixed width. By the way, I can see your website responsiveness broken by some other images on the page, maybe solving Hustle after solving them can be more healthy.

    Cheers,
    Oguz

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @breedmartinez

    We haven’t heard back from you, so I’m marking this topic as resolved. Feel free to post back here with any updates and we can re-open it and carry on troubleshooting, if needed.

    Thank you,
    Dimitris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hustle Slide in not displaying correctly on mobile’ is closed to new replies.