I hide a "add cart" btn and so table become different size then it breaks table of grid view.
I would like to leave a hight either the btn is there or not.
Thanks for your support.
3 answers
hello.
The code changes JM products in Main page mobile view.
and.. I tried to find out where to fix it…
can’t fine it..
help me..
thanks always.
Please open the file /skin/frontend/default/jm_megamall/css/layout-mobile.css.
At line 420, replace this declaration:
Code:
.list-categories .products-grid li.item { width: 50% !important; }
With:
Code:
.list-categories .products-grid li.item { min-height: 20px; width: 50% !important; }