2 Columns in Mobile view
-
Hi All,
I have tried to add the code below to enable 2 columns however with the parent (Storefront and then Child theme applied) the 2 columns still do not show in mobile view. Does anyone know why this code does not apply to the On Sale child theme?.site-main ul.products li.product { width: 46.411765%; float: left; margin-right: 5.8823529412%; } .site-main ul.products li.product:nth-of-type(2n) { margin-right: 0; } @media (min-width: 768px) { .site-main ul.products li.product:nth-of-type(2n) { margin-right: 5.8823529412%; } }
This is for 2 columns in the mobile view of a category list of products.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘2 Columns in Mobile view’ is closed to new replies.