• Hi! Great plugin, thank you ?? The size of the payment popup window on my site is much larger (about 700px wide) than the standard Stripe popup box size I see everywhere and I’m not sure why. Unfortunately the site is under development and cannot be accessed right now so I can’t show the example, but my question would be: is there an option somewhere to set the width of the popup (haven’t found it if there is one) or what css can I target to perhaps add a max-width on to fix that? Thank you for any help…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, this is probably related to your theme settings. Just for testing purposes, can you test one of WordPress default themes like Twenty Nineteen?

    Let me know how you go.

    Thank you

    Thread Starter gervaisjf

    (@gervaisjf)

    Thank you for the reply. I switched to Twenty twenty and it does the same thing. I also removed all custom CSS in case something was interfering and it does not resolve the issue either. So I guess I’m left with forcing the window size through custom CSS? I appreciate your support ??

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, would you be able to send a screen capture?

    Thank you

    Thread Starter gervaisjf

    (@gervaisjf)

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, I tried a test in my dev site.

    I was able to reduce the popup window width for a test transaction by adjusting the following code from width: 100% to width: 50%.

    #Aligner-item.popup-show {
        height: auto;
        overflow: visible;
        width: 50%;
    }

    Let me know if the above helps you.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Popup window size’ is closed to new replies.