diff --git a/addons/website_sale/views/templates.xml b/addons/website_sale/views/templates.xml
index 982a7a1f0dda785be3b5e5d7de1abe5d8665f9a2..4f0c7aa16b5a0d7ac28a49ad05adaf9793867afb 100644
--- a/addons/website_sale/views/templates.xml
+++ b/addons/website_sale/views/templates.xml
@@ -264,7 +264,7 @@
             </ul>
         </xpath>
         <xpath expr="//div[@id='products_grid_before']" position="attributes">
-            <attribute name="class">col-md-3 col-sm-4 hidden-xs</attribute>
+            <attribute name="class">col-md-3 col-sm-4 col-xs-12</attribute>
         </xpath>
         <xpath expr="//div[@id='products_grid']" position="attributes">
             <attribute name="class">col-md-9 col-sm-8</attribute>