Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created May 13, 2016 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankschrijvers/f90d9856474c41a717f999400a049d75 to your computer and use it in GitHub Desktop.
Save frankschrijvers/f90d9856474c41a717f999400a049d75 to your computer and use it in GitHub Desktop.
Styling Product thumbnails shop page
/* Product thumbnails shop page
--------------------------------------------- */
.product-thumbs {
display: block;
overflow: auto;
margin: 10px 0;
width :100%;
}
.product-thumbs .thumb {
float: left;
margin-bottom: 10px;
width: 30%;
}
.product-thumbs .thumb:nth-child(2) {
margin: 0 5%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment