If Product Count is 2 center the products - Collection Page Like Britney Spears Store

WHEN TO USE

Use this code when you want collections with two products to be centered.

products-list.liquid

Open products-list.liquid and inside the div class add the following code:
total-prod-count-{{ collection.products.size }} {% if collection.products.size == 2 %}col-md-offset-3{% endif %}
 

Leave a comment