[Resolved] Checkboxes not aligned with text

Home Forums Support [Resolved] Checkboxes not aligned with text

Home Forums Support Checkboxes not aligned with text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #568983
    Kim

    Hi,

    on our site all text is shown below the checkboxes (e.g. at woocommerce checkout, login or register). Can give some advice how to align the checkboxes with the text?

    You can see it on the register page (https://training.kimfleckenstein.com/registrieren/)or on the screenshot for example:

    https://www.dropbox.com/s/xtuwgevxxc19rkc/checkboxes.png?dl=0

    Many thanks 🙂

    #569145
    Leo
    Staff
    Customer Support

    Hi there,

    You have this CSS added which is causing the problem:

    .woocommerce input {
        width: 100%;
    }

    Removing it should fixes it.

    #578564
    Kim

    That’s it! Many thanks!

    #578567
    Kim

    I’ve added this css to make the “buy now”-Button at the checkout page full width. Is there another way to achieve this?

    #578577
    Kim

    Already solved it:

    button#place_order.button.alt {width:100%}

    #578960
    Leo
    Staff
    Customer Support

    No problem!

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