• Resolved 2buy

    (@2buy)


    Dear support team,

    if the plugin germanized is activated, then it ruins the page layout of the checkout page.

    Screenshot > https://www.screencast.com/t/t6I1QzFe

    Please help to solve those issues:
    – checkbox and madantory icon alignment
    – doubled images
    – Subtotal table on different place

    Best regards, Alex

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

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

    (@vendidero)

    Hi Alex,

    please see our docs: https://vendidero.de/dokument/umsetzung-der-button-loesung-im-woocommerce-checkout

    Regarding checkbox alignment: Your shoptimizer theme seems to load a compatibility CSS (please contact your theme provider) which actually destroys the checkbox layout:

    .wc-gzd-checkbox-placeholder-legal .woocommerce-gzd-legal-checkbox-text {
        display: block;
        padding-left: 30px;
    }

    Use

    .wc-gzd-checkbox-placeholder-legal .woocommerce-gzd-legal-checkbox-text {
        display: inline;
        padding-left: 0;
    }

    to prevent it. You may disable the (custom) image option within the Germanized-Settings under Button-Solution.

    Cheers

    • This reply was modified 2 years, 5 months ago by vendidero.
    • This reply was modified 2 years, 5 months ago by vendidero.
    Thread Starter 2buy

    (@2buy)

    Hi again,
    Thank you very much!
    It works perfect!!!

    Best regards, Alex

    Plugin Author vendidero

    (@vendidero)

    Hi Alex,

    glad to hear! If you are satisfied with our support and Germanized, we would be very happy about a review.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout of checkout page ruined’ is closed to new replies.