Home Forums WoodMart support forum Resize Products in Shop

Resize Products in Shop

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #503468

    f.hoorn
    Participant

    We 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

    #503687

    Hello,

    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.

    #503690

    f.hoorn
    Participant

    Thank 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,
    Patrick

    Attachments:
    You must be logged in to view attached files.
    #503704

    Hello,

    Do you want to show the 3-4 products on a single page when you scroll the page?

    Best Regards.

    #503706

    f.hoorn
    Participant

    Hi,

    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,
    Patrick

    #503868

    Hello,

    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

Viewing 6 posts - 1 through 6 (of 6 total)