Home › Forums › Themes Support › Claue › Change the cart page layout
- This topic has 9 replies, 2 voices, and was last updated 4 years, 10 months ago by Leon.
-
AuthorPosts
-
-
February 25, 2019 at 9:51 pm #29249
Hi,
Current cart page has a huge picture for product, also product name, size and other information take a lot places. If customer has several products in the cart, they have to take a while to get the bottom of the page. We want to make the cart page looks similar to checkout page, which means smaller picture and layout for product name, size…etc. Make the page more funcional. Could you please help us with that?
Thank you.
-
February 26, 2019 at 12:20 am #29271
Hi,
Please add below code to CLaue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1280px) { .woocommerce-cart .jas-page > .jas-col-md-12 > .woocommerce { width: 80%; margin: 0 auto; }} @media only screen and (min-width: 1366px) { .woocommerce-cart .jas-page > .jas-col-md-12 > .woocommerce { width: 70%; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 26, 2019 at 12:37 am #29273
Hi Harry,
It does make the picture smaller but is that possible to make the section looks like checkout page? We don’t want the Picture, Name and Price take three rows which means more space.
Thank you.
-
February 26, 2019 at 9:53 am #29280
Could you take a screenshot where you want remove?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 26, 2020 at 1:28 am #35305
Hi Harry,
Sorry the issue happened again. I wonder maybe due to the update, the code you mentioned doesn’t work any more. Now we have a huge product image again.
And for another question about the vertical layout of each product, we actually want them change to horizontal layout. I mean make the product information shows in one row to save more page space. Is that possible?
Thank you.
-
February 26, 2020 at 1:45 am #35307
-
February 26, 2020 at 9:03 am #35310
Hi Leon,
On mobile the width of device small and content of table product will overlap the screenshot and some content cut off so WooCommerce team change layout like 1st screenshot.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 26, 2020 at 9:06 am #35311
Thank for the reply. In this case, how can we make the picture 50% of the size?
-
February 26, 2020 at 10:46 am #35312
please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { .woocommerce-cart .size-woocommerce_thumbnail { max-width: 50%; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 27, 2020 at 4:17 am #35313
Thanks a lot for the help, it works fine!
-
-
AuthorPosts
You must be logged in to reply to this topic.