How can I achieve a similar 2 column effect in all the shop product lists, example in URL in fields?
I used this for the home page.
@media (max-width: 480px) {
.j2store-product-list .j2store-sidebar-filters-container, .j2store-product-list #productFilters input {display: none;}
}