This topic has 7 replies, 3 voices, and was last updated 3 years ago ago by ziga32
How can I use view switcher on mobile?
https://i.imgur.com/emVYmCE.png
I tried
.view-switcher {
display: inline!important;
}
but no
Hello,
Add the next code in Theme options > Theme custom CSS > Mobile:
.filter-wrap .view-switcher {
display: flex !important;
}
Regards
thank you, but not working
Change the code to
body .filter-wrap .view-switcher {
display:flex !important
}
Regards
thank you, now it’s showing, but not working 🙁
https://nova.adles.si/dolzinsko-sirinsko-lepljene-masivne-plosce/sirina-lamele-40-mm/
Hello,
Add the below code in addition
@media only screen and (max-width: 992px){
.products-list .product .product-image-wrapper {
width: 50%!important;
float: left;
margin-right: 10px;
}
.products-list .product .product-details {
width: 50%;
float: none;
vertical-align: middle;
display: table-cell;
}
}
@media only screen and (max-width: 768px){
.products-list .product {
width: 100%;
}
}
Regards
great, thank you!
Tagged: friendly, mobile, optimized, themes, view switcher, woocommerce, wordpress
The issue related to '‘View switcher on mobile’' has been successfully resolved, and the topic is now closed for further responses