Created
November 23, 2015 19:39
-
-
Save carolineschnapp/7bc2606fffc48a771bfc to your computer and use it in GitHub Desktop.
Move product thumbnails under the featured image http://take.ms/EOdbc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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