Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi firroaga,
    Those images were set 100% width. Try to decrease to 80%:
    Go Appearance->Customize->Additional CSS and put code:

    .woocommerce ul.products li.product-category a img {
         width: 80% !important;
    }

    Cheer.

    Thread Starter firroaga

    (@firroaga)

    Hi Trung,

    Great man!! It works.. You’re awesome..
    I have one more question, i changed it to 75% now, but the text is not aligned correctly, i tried

    .woocommerce-page ul.products li.product h3 {
    font-size: 16px
    text-align:left

    but didnt work

    Do you know how to change this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product category resize thumbnails shown on page’ is closed to new replies.