Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Created November 23, 2015 19:39
Show Gist options
  • Save carolineschnapp/7bc2606fffc48a771bfc to your computer and use it in GitHub Desktop.
Save carolineschnapp/7bc2606fffc48a771bfc to your computer and use it in GitHub Desktop.
Move product thumbnails under the featured image http://take.ms/EOdbc
{% comment %}
Change .item-product-photo from this:
{% endcomment %}
<div class="grid-item medium--four-sixths large--four-sixths push--one-sixth item-product-photo">
{% comment %}
To that:
{% endcomment %}
<div class="grid-item large--four-sixths push--large--one-sixth item-product-photo">
{% comment %}
Change .item-product-thumbnails from this:
{% endcomment %}
<div class="grid-item medium--one-sixth large--one-sixth push--one-sixth item-product-thumbnails">
{% comment %}
To that:
{% endcomment %}
<div class="grid-item large--four-sixths push--large--one-sixth item-product-thumbnails">
{% comment %}
Add the following at the bottom of the file.
{% endcomment %}
.product-photo-thumbs li {
display: inline-block;
margin: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment