Make webshop mobile friendly?
-
Is there anything I can do to make my woocommerce webshop more mobile friendly? Currently the catalog tree does not show up, which renders browsing pretty much impossible. Also, the products fill the entire screen and as I have over 10K items, it just can’t be used that way.
Update: Now I made the products three columns, by modifying an example I found (maybe it’s a poor modification, but it works)
ul.products li.product {
width: 31%;
float: left;
margin-right: 1%;
}Now I still need to have the sidebar that contains the catalog tree display somewhere… right now it is all the way at the bottom, and as there are many products per page, it’s virtually impossible to find, especially by swiping rather than scrolling.
Does anybody have a good solution for the sidebar? A tab on the left to expand it would be perfect, but I don’t assume that’s possible, so I will take any solution.
The topic ‘Make webshop mobile friendly?’ is closed to new replies.