Checkbox css in checkout

Hi,

i created an additional checkbox in the customer section:

But i wanted the label and the checkbox in the same line.
I found Special classes — CS-Cart 4.17.x documentation - but there is no change of the layout.

Any ideas?

Best regards
Ronny

Please share URL of your website. We will try to help you with CSS

Its on Dein Warenkorb - you have to put something into the cart

Please try to add the following code to the CSS section of the Theme editor

#litecheckout_step_customer_info .cm-check-agreement label {
    position: absolute;
    padding-left: 20px;
    top: 1px;
}

3 Likes

Yes. Thank you. That was the perfect CSS :wink:

1 Like