BUG PRODUCT GRIDE FOR MOBILE AND TABLET
-
EAEL: bugged the view of th item “product gride” for mobile and tablet.
The products are presents under each other and not next to each other.The problem is the stylesheet eael-post-(some number).min.css file in upload folder
wp-content/uploads/essential-addons-elementor/
(this folder can be a security problem – try to search this path on google you will see results)This file is updating every day with his styles, because of that if you make any changes will not affect for long time.
Styles that must be change in file, with this codes:
.eael-product-grid .woocommerce ul.products{
margin:0!important;
padding:0!important
}.eael-post-grid .woocommerce ul.products{
display:grid;
grid-gap:25px;
margin:0!important;
padding:0!important}.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{
width:24%;
margin:2px;
padding:4px
}
- The topic ‘BUG PRODUCT GRIDE FOR MOBILE AND TABLET’ is closed to new replies.