Site logo

Archived topic

Checkboxes not aligned with text

5 replies · Started by Kim on May 6, 2018

Viewing posts 1–6 of 6

Hi there,

You have this CSS added which is causing the problem:

.woocommerce input {
    width: 100%;
}

Removing it should fixes it.

That's it! Many thanks!

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

Already solved it:

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

No problem!

This archived topic is closed to new replies.