• Resolved ichicon

    (@ichicon)


    Hello, best regards. I am using your plugin for the first time. The only problem I have is that the shortcode does not display correctly on mobile devices. Do you know of any method to solve it? Thank you.

    Ícono de validado por la comunidad

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Karolina Vyskocilova

    (@vyskoczilova)

    Hi! This is badly done in your theme – even if you don’t use my plugin, you’ll get the very same type of issue so it’s out of scope of the support. Try to add some CSS that will wrap it correctly:

    @media (max-width:768px) {
    .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    }
    .woocommerce #order_review_heading, .woocommerce-page #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    width: 100%;
    }
    }

    This should help, but please test it, it might break something else.

    Best regards,
    Karolina

    Thread Starter ichicon

    (@ichicon)

    Thank you very much, it worked perfectly for me.

    Plugin Author Karolina Vyskocilova

    (@vyskoczilova)

    Glad to hear that 🙂 If you have a moment, I would really appreciate a review for this plugin and my support: https://ww.wp.xz.cn/support/plugin/woocommerce-pay-for-payment/reviews/#new-post

    Good luck with your business!
    Karolína

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘responsive issue’ is closed to new replies.