Cart page (header – content – footer) is smaller than other pages
-
My cart page is the only page where my full container gets a little smaller.
I’ve checked this in the demo I important (Furtniture 2), but there the cart page is regalar, like the rest of the page.
Hello,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
body.woocommerce-cart .container {
max-width: 800px !important;
}
Best Regards.
That makes the container even less bigger. (width)
It has to be the same at the same width as the other pages. Now it is smaller than the other pages.
Hello,
Please remove the previous code add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body.woocommerce-cart .container {
max-width: 100% !important;
}
Best Regards.
Thanks, but now the container in the page is full width related to the screen.
I need it to be the same width as the other pages.
For comparisasion:
The homepage (the width I want)
Hello,
Please try to change the width value as per your requirements.
Best Regards.