• Resolved umairah97

    (@umairah97)


    Hi, I’m trying to make the pop up responsive on other devices. cos right now, its blowing out of scale when I view the pop up on iPad. Is there any way I can make it responsive? Any features or custom codes? Thank you!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Damian

    (@timersys)

    Hi, by default the popups are responsive, what error are you getting? Could you upload a screenshot to imgur or similar service so I can better understand the issue?

    Thread Starter umairah97

    (@umairah97)

    Hi @timersys , maybe you could try going in to the website using your mobile? Or this is a screenshot on mobile, you can see the fields for my form are cut off. https://imgur.com/xqMMMF9

    Plugin Author Damian

    (@timersys)

    That happens because the popup content it’s bigger than the actual screen. You can still scroll inside the popup to view the rest.
    What you need to do is to tweak CSS, I would adjust line height and size of font for small devices. Also the image you are using it’s not optimized at all. 2mb of png image it’s a total waste of resources and takes a lot of time to load.

    In other words, there is nothing wrong with the popup, you just need to tweak content and theme css a bit more to make it look nice.

    Thread Starter umairah97

    (@umairah97)

    Hi @timersys , do you mind helping with the custom css code? Cos im not from that background 🙂 Thank you!

    Plugin Author Damian

    (@timersys)

    try

    @media all and (max-width: 700px) {
    h1 {
        line-height: 1;
    }
    h4 {
        line-height: 1.1;
    }
    }
    Thread Starter umairah97

    (@umairah97)

    How can I push the whole box a little bit downwards? Cos right now the internet tab is blocking the first part of the box. https://imgur.com/a/diaIdXS Thanks!

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