- Help Center
- Printer Bridge
- FAQ | HTML/CSS
-
Printer Bridge
- Launching Your Site | Company Variable & Email Set Up
- Launching Site | Payment Set Up
- Launching Site | Storefront Customization Setup
- Launching Site | Pricing & Product Setup
- Launching Site | Shipping Setup
- Launching Site | Placing a Test Order
- Launching Site | Marketing & SEO
- Learning Center | Admin/Store Set Up
- Learning Center | Order Related
- Learning Center | Product Related
- Learning Center | Contact Blaster
- Learning Center | Corporate Portal
- Learning Center | Online Designer
- Learning Center | User Roles / ACL
- General FAQ
- FAQ | Storefront Customization & CMS
- FAQ | Site Features / Functionality
- FAQ | Order Related
- FAQ | HTML/CSS
- FAQ | Corporate Portal
- FAQ | Staff Management
- FAQ | Admin Reports
- FAQ | Shipping Related
- FAQ | Questions from our Canadian Customers
- FAQ | Sign-Up Questions
- eCommerce Myths
- Marketing Your Site | Marketing, Analytics and Stats
- Marketing Your Site | Meta Data
- Marketing Your Site | SEO Strategy
- Marketing Your Site | Email Campaigns
- Marketing Your Site | Social Media
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;
}
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.