Home › Forums › WoodMart support forum › Resize Products in Shop
Resize Products in Shop
- This topic has 5 replies, 2 voices, and was last updated 2 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 11, 2023 at 10:25 pm #503468
f.hoornParticipantWe are showing products in a list view (so only one column), but this leads to the products taking too much vertical space.
Is there a way to resize the products, so we can fit 3-4 products on screen using list view?Link to the site: https://intimico.nl/product-categorie/voor-jullie/toys-voor-jullie/erotische-speeltjes-set-toys-voor-jullie/?orderby=popularity&shop_view=list
October 12, 2023 at 3:10 pm #503687
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.product-list-item:not(:last-child) .product-wrapper { margin-bottom: 0px; } .product-list-item:not(:last-child) .product-wrapper { padding-bottom: 0px; }Best Regards.
October 12, 2023 at 3:14 pm #503690
f.hoornParticipantThank you, however this solution leads to 1,5 products being visible (screenshot is attached).
Is there any solution that gives 3-4 products on screen?
Kind regards,
PatrickAttachments:
You must be logged in to view attached files.October 12, 2023 at 3:49 pm #503704
Aizaz Imtiaz AwanKeymasterHello,
Do you want to show the 3-4 products on a single page when you scroll the page?
Best Regards.
October 12, 2023 at 3:54 pm #503706
f.hoornParticipantHi,
No, were are fine with the 12 products per page. We are only concerned with the (high) amount of vertical space an individual item takes. We would like all items in the list to use less vertical space so that more items are shown in a single screen, rather than having to scroll down.
Is this possible?Kind regards,
PatrickOctober 13, 2023 at 9:50 am #503868
Aizaz Imtiaz AwanKeymasterHello,
Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.
Best Regards
-
AuthorPosts
Tagged: product archive
- You must be logged in to create new topics. Login / Register
