diff --git a/oscar/static/oscar/less/page/product_lists.less b/oscar/static/oscar/less/page/product_lists.less index 9b552014366..75ab0145429 100644 --- a/oscar/static/oscar/less/page/product_lists.less +++ b/oscar/static/oscar/less/page/product_lists.less @@ -5,13 +5,6 @@ ul { margin-left:0; padding-left:0; list-style: none; - - &.no-padding { - [class*="col-"] { - padding-left: 0; - padding-right: 0; - } - } } } @@ -56,8 +49,7 @@ ul { .product_price { position:absolute; bottom:0; - left:5%; - width:90%; + width: 100%; } } diff --git a/oscar/templates/oscar/catalogue/browse.html b/oscar/templates/oscar/catalogue/browse.html index 1e8ff207941..3a836885b54 100644 --- a/oscar/templates/oscar/catalogue/browse.html +++ b/oscar/templates/oscar/catalogue/browse.html @@ -93,7 +93,7 @@

{% trans "Refine by" %}

{% if products %}
-
    +
      {% for product in products %}
    1. {% render_product product %}
    2. {% endfor %}