Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support ecwid_team

    (@ecwid_team)

    Hi,

    The best way to make the images look bigger is to increase the size of thumbnails. You can do it if you go to Control panel > Settings > Design > Thumbnail sizes and change the sizes there. Also, you can try using the CSS code from this article: https://support.ecwid.com/hc/en-us/articles/207102089 You should copy it and paste to Ecwid control panel > Settings > Design > CSS Themes > your active CSS Theme.

    If you still want to remove the price and product title from the category pages, use the following CSS code:

    .ecwid-productBrowser-CategoryPage .ecwid-productBrowser-price,
    .ecwid-productBrowser-CategoryPage .ecwid-productBrowser-productNameLink {
        display: none;
    }

    You should add it to your active CSS code as well.

    If you need further help, feel free to write back here or contact us directly via contact form: https://support.ecwid.com/hc/en-us/requests/new Thanks!

    Thread Starter khushbu78

    (@khushbu78)

    Hi,

    Thanks for the reply. I have already tried increasing thumbnail size but the whitespace still looks too much for me. Also reducing space between products is not helpful as it just reduces 2px & 5px which still leaves lot of white space. Though I think I have found a way – changing the grid size from 3 to 4 is reducing the white space a lot and so I am going with it for now! Thanks again. Your support team is really awesome!

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce padding for product & category thumbnails’ is closed to new replies.