How to add space between "Check Out" & Terms & Conditions Checkbox - Desktop?

Hi there, we recently added a Terms & Conditions checkbox to our website via code. However on desktop, the elements (T&Cs checkbox + checkout button) are side-by-side/very close together (see photo). On mobile they are on different lines.

We would like the T&C checkbox to appear on a line above the Checkout button.

Thank you!

Olivia

Hi @Ptrl0362 ,

Please send your site and if your site is password protected, please send me the password. I will check it.

@Ptrl0362

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Great! Thank you.

The site is:

https://olive-fig.com/

Great! Thank you!

The site is:

https://olive-fig.com/

Hi @Ptrl0362 ,

Go to Assets > component-cart.css and paste this at the bottom of the file:

.cart__ctas {
    display: block !important;
}

Hope it helps!

1 Like

Thank you! This worked easily and perfectly.

We very much appreciate the assistance.

1 Like