• Resolved aruneshdutta

    (@aruneshdutta)


    Hello

    I am using the plugin.The plugin is working fine in laptop and desktop,but in mobile it has to be scrolled to view the fields and submit.Kindly guide me on how to make the particular email cart window responsive

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @aruneshdutta,

    Thanks for getting in touch and sorry to hear you are having trouble there!

    I’ve raised this issue and our developer will take a look at it. But unfortunately, I don’t have ETA for the fix yet.

    For now, could you please try the following CSS code?

    @media screen and (max-width: 550px) {
        .ui-dialog.email-cart {
            width: 90% !important;
        }
        div.email-cart div.ui-dialog-titlebar,
        div.email-cart #email-cart-form {
            width: 100% !important;
        }
    }

    You should be able to add it in your theme style.css file, but I suggest you use a child theme instead. For more information, kindly get in touch with your theme author.

    I hope this helps ??

    Thanks,
    Okky

    Thread Starter aruneshdutta

    (@aruneshdutta)

    Thanks it has fixed the issue

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Guidance on making the email cart window responsive’ is closed to new replies.