• Resolved KasperRitsema

    (@kasperritsema)


    Hello, i use the widget ‘top rated products’ on my homepage. But the images in this widget are really small: 32×32. I tried to figure out how i can resize them, but didn’t find the solution.

    Does anybody know how i can resize them?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Gina S.

    (@georginas)

    Automattic Happiness Engineer

    Hi Kasper,

    Have you tried modifying the CSS?

    The product images are currently set to 32px here:

    .woocommerce ul.product_list_widget li img {
        float: right;
        margin-left: 4px;
        width: 32px;
        height: auto;
        box-shadow: none;
    }

    You can change the width to make it bigger.

    If you’re not familiar with CSS, read this first:
    Customizing a Theme: Best Practices

    And you can find more info on CSS in the WordPress Codex too:
    https://codex.wordpress.org/CSS

    Hope it helps!

    Cheers,
    G

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resize thumbnail images’ is closed to new replies.