Hi is there a way to make the product lists one column instead of two on mobile? I have serious mobile validation issues since switching themes, things are too close together etc.
Right now it shows two columns on mobile I would like it to only show one.
Site URL: hidden Theme version: 8.0.1 WooCommerce version: 5.5.2I added product classes custom css width 100%, but it is overridden making width 50% again.
Hello,
Add the next code in Theme Options > Theme Custom CSS > Custom CSS for mobile:
.shop-full-width .products-grid .product {
width: 100% !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.