Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
WooCommerce
2 Column Mobile View
xArbiter360x
March 2018
in
WooCommerce
Im trying to make the mobile view of the shop to be 2 columns and Ive tried using this code but it does nothing. Please help
Comments
xArbiter360x
March 2018
@media(max-width
:767px){
.entry-content .products li {
float: left;
width: 50%;
}
}
Bryan
March 2018
Hi,
sorry but this kind of change will not be possible for the woocommerce plugin.
thanks
xArbiter360x
March 2018
How come people on other themes were able to do it then? More and more I believe that BeTheme is not keeping up to date with functionality.
Bryan
March 2018
Sorry but we do not have any responsive settings for the content layout.
vedataydar
October 2020
Try this.
@media
only screen and (max-width: 767px) { .entry-content .products li { float: left !important; width: 50% !important; } }
Sign In
or
Register
to comment.
Comments
sorry but this kind of change will not be possible for the woocommerce plugin.
thanks