Product Add Ons - Bigger Thumbnails
1. Plugin Info
Increase the size of the product add on’s image thumbnail.
- Works with Squarespace 7.1 
- Uses Custom CSS 
2. Add this code to Custom CSS
// ADD ON PRODUCT - BIGGER THUMBNAIL //
.product-details .pdp-product-add-ons .add-on-thumbnail {
  height: 70px;  
  width: 100px;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
}3. Customizable Options
- Thumbnail Height and Width 
- Right Spacing 
- Border Style and Radius 
4. Plugin Notes
- Compatible with all product page layouts. 
- Fonts and other colors will inherit from your Squarespace settings. 

 
            