How can I adjust The Thumbnail Image Size For the product images on the Home Page?

This will illustrate how you can adjust the size of the images for the Featured Products on your website.

Insert the code below into the Custom CSS of your Theme settings.

Once you have pasted in the code you will need to adjust the pixel numbers to your desired size.

 

.home-icons img {
    margin-top: 5px;
    max-width: 235px;
    max-height: 217px;
  width: auto;
}

 

viewall1

CSS

Please note that the HTML and CSS that you see in this section may not affect your storefront. This should be seen as a general template to assist you with customization. It would depend on the changes that already been made within the admin panel.