This topic has 3 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
How can I change mobile view to:
1- Two products side by side ( the current default is one )
2- List view
Sorry, I forgot to mention that the request is for “category” pages
Hello,
Please add this code in custom.css of parent theme or in style.css file of child theme:
@media (max-width: 480px){
.sidebar-position-without .products-grid.product-count-4 .product:nth-child(n) {
width: 50%;
}
.archive.woocommerce-page .view-switcher {
display: block !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up