Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1104402

    Hi,
    I cannot see where to attach a screen shot so i will attempt to talk my way through this.
    ON this page; https://www.writeyourjourney.com/product/private-room-hoi-an-september-retreat/ if the radio buttons for pay in Full (top Left) and Pay with Payment Plans are selected then an extension (may not be the correct word) appears underneath the selection.
    The extension displays well on desktop. It doesn’t display well on mobile.
    Is there some CSS code that can fix the mobile display?

    Cheers
    Nigel

    • This topic was modified 5 years, 5 months ago by taoleo.
    #1104995

    ….bump?…

    #1105544

    Hi, My original post was on the 27th of this month and still I do not have reply.
    Have I made an error without being aware of it?

    Cheers
    Nigel

    #1105609

    Hi,

    You can use this css code to adjust the style of the plugin table on mobile view.

    @media only screen and (max-width: 767px) {
    ._sumo_pp_payment_plans td, ._sumo_pp_payment_plans tr, ._sumo_pp_payment_plan th {
        width: 100%;
        display: block;
    }
    }

    Please note that we don’t provide support for third party plugins as stated on our support policy. You may need to contact the plugin author for additional help.

    We would like to apologize for the late response.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.