- 11
Hi ,
I would like to change a lay out of Product list Item-box for a different resolutions , as I can see there some of them : 480 , 768, 980 , and mobile-only
I get it that I can put some code in CSS related to different sizes like 480.css or mobile-only.css
I have written in 480.css some thing like :
But it's not working for me.
Would you mind to point me in the right direction , where to start.
Thank you.
Alex
I would like to change a lay out of Product list Item-box for a different resolutions , as I can see there some of them : 480 , 768, 980 , and mobile-only
I get it that I can put some code in CSS related to different sizes like 480.css or mobile-only.css
I have written in 480.css some thing like :
/* CATEGORY PAGE & GRIDS */
.product-grid .item-box {
width: 50%;
float: left;
margin: 0;
}
But it's not working for me.
Would you mind to point me in the right direction , where to start.
Thank you.
Alex