products alignment
-
I am using this custom css to make the products in mobile view be in two columns but it doesn’t work the products become smaller but still in one column
@media only screen and (max-width: 712px) { ul.products li.product {width: 50%!important;
padding: 10px !Important;
display: inline-block !Important; } }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘products alignment’ is closed to new replies.