Skip to content

Instantly share code, notes, and snippets.

@sdglhm
Created October 14, 2015 06:38
Show Gist options
  • Save sdglhm/82091a2163e11f9e338d to your computer and use it in GitHub Desktop.
Save sdglhm/82091a2163e11f9e338d to your computer and use it in GitHub Desktop.
Use a <br> or a margin-top value to separate sticky button
<div class="col-4">
<div class="item-collection-item">
<h3>Item name</h3>
<img src="http://placehold.it/150x100">
<p>This item dsc, rare item. Expensive</p>
</div><br>
<a class="btn btn-add-cart" href="/cart.php?item=x">Add to cart</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment