How to change the product thumbnail box height

This article will help illustrate how you can adjust the box height of your Home Icons/Product Images.

You can change the box height with the following CSS code in the theme settings.

This is the default height below. Enter the code into the CSS of your Theme Settings

and adjust the px number to the desired size.

.home-icons {

height: 180px;

}

icon css