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

    Hi,

    Is it possible to make the thumbnail images on the productpage smaller?
    I like to have the column count set to “2” and have the images smaller and centered.

    See images link in private content

    -Thanks
    Benjamin

    #704288

    Hey Benjamin!

    Please provide us a link to your product page, so we can review it.

    Thanks a lot

    Cheers!
    Basilis

    #704311

    Of course

    #704663

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .woocommerce-page .thumbnail_container {
        max-width: 50%;
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

    #704844

    Thank you!
    Is it possible to make the space in between the products smaller?

    #704846

    Hi!

    Please add following code to Quick CSS as well

    .woocommerce-page .thumbnail_container {
        max-width: 100%;
        display: block;
    }

    Then go to WooCommerce > Settings > Products > Display and increase catalog image sizes from 450x450px to 600x600px and regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.