Skip to content
Snippets Groups Projects
Commit d8b7f6a6 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[IMP] website_sale: show categories on mobile device

Task 20251
parent 1feaee1d
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment