• Resolved mathiastonder

    (@mathiastonder)


    Hi,

    I’m struggling with the Terms and Conditions checkout box not being in line with the text.
    The box is there and then the text (in danish) appears under the box, instead of in line with it.

    I am using the latest versions of Woocommerce and WordPress

    Reproduce:
    1. Add products to cart through page https://dfj-flywheel.flywheelsites.com/priser/
    2. Make your way to the check-out page
    3. See the checkbox at the bottom not being in line with the text.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The style causing the mis-alignment is coming from your theme.

    Try this custom CSS:

    .checkbox input[type="checkbox"].woocommerce-form__input-checkbox {
      position: static;
    }

    Custom CSS can go at:
    Dashboard > Appearance > Customize > Additional CSS

    Hi @mathiastonder

    Hopefully, Lorro’s solution will fix the problem.

    If you happen to need further help, please include a copy of your site’s System Status in your reply. You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.

    Cheers

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    If you have further questions, please feel free to open a new topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text and Terms-and-conditions-checkbox is skewed’ is closed to new replies.