Make Cart and Checkout Narrower

Hello,

I am trying to make the size of the content on the checkout and the cart page narrower. The code below has worked perfectly, except it seems to make the, otherwise full width, footer narrow too.

.page-id-21, .page-id-22 .woocommerce {
margin-left: 20%;
margin-right: 20%;
}

Does anyone have any better solutions?

Thanks,

Smokingjacket

Hi @smokingjacket,

Please update your custom CSS to this:

.page-id-21 .woocommerce, 
.page-id-22 .woocommerce {
     margin-left: 20%;
     margin-right: 20%;
}

Hope it helps :slight_smile:

Thanks this worked perfectly!

You’re most welcome!

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