Add padding to Woocommerce Cart on mobile

Hey Guys,

I’m trying to add some padding to my Woocommere Cart in mobile view, but I can’t seem to figure it out so far. The padding on the desktop view is fine, so it’s really only for the mobile view. Www.trainndtravel.com is my site.

Thanks in advance

Hi Bas,

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

@media (max-width: 767px) {
	.woocommerce-cart .x-main.full {
		max-width: 88%;
	    margin: 0 auto 2em;
	}
}

But before you add that, please check all your custom CSS here first. You can ignore the warnings, but please address the errors, or else the custom CSS I provided above will not work.

Cheers!

Hey Thanks for the good support as always!
I will adress the error, thanks for the heads up

Hello Bas,

You’re welcome!
We’re glad we were able to help you out.

Cheers.

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