• HI,
    is it possible to reduce the photo on the product card and install a stamp for sending photos, so that the customer does not have to click on the photo separately
    Thank you
    Anna

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Anna,

    Thanks for getting in touch about this, much appreciated!

    You can reduce the photo size a bit on this page by adding this CSS in Appearance > Customize > Additional CSS:
    .woocommerce div.product div.images { width: 40%; }

    Unfortunately on the second issue, this type of WooCommerce customization is something that you may need to contact WC support about…they’re going to be more familiar with and better able to provide instructions for changing functionality in this way.

    Hope this helps, best of luck!

    Thread Starter ania1976

    (@ania1976)

    https://habakukart.com/home-shrines/

    Thank you very much for your help. And is it still possible that the photos of the products on the category page could also be smaller?

    Sure thing- you can use the following CSS for that:
    .woocommerce ul.products li.product a img { width: 80%; }

    Let us know if you need anything else!

    Thread Starter ania1976

    (@ania1976)

    https://habakukart.com/

    Thank you. Thanks to you my website looks better and better. I love her.
    I still have such a problem. On the home page, the products show three in a row, but on the phone they show one in a row, and I would like to see two products in one row. Is it possible.

    Hi Anna,

    I’m really sorry…this is how the WordPress blocks work in order to be responsive.
    WordPress starts with three columns, then drops to two columns for tablets all the way down to 600px in width, and then at that point breaks into a single column to keep things mobile friendly.

    I’m not sure whether there are any plugins out there that allow you to control the behavior of WP column blocks, but it may not be ideal to change this due to the impact it could have on mobile user experience.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘photo product’ is closed to new replies.