Bolt + themeco issues

Hi,

We are having issues with checkout on our website, storeitcold.com, when someone tries to checkout from their phone. There is a terms and and conditions checkmark that is required for checkout, but it is positioned in a weird way, so our customers have been having trouble with this. I have screenshotted this and attached it below.

Can you please fix this so that customers are easily able to find and check the box for terms and conditions?

Thanks!

Hi @Web_Services,

Thank you for writing in, please add this to Theme Options > CSS

@media (max-width: 769px) {
.woocommerce-cart .woocommerce-terms-and-conditions-wrapper {
	margin-top: 2.5em;
}
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.