Home › Forums › WoodMart support forum › CART BUTTON › Reply To: CART BUTTON
October 13, 2020 at 8:57 pm
#233027
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .wd-quantity-enabled .woodmart-hover-quick:not(.sold-individually) .product_type_simple {
width: 100%;
padding-left: 0;
padding-right: 80px;
}
}
Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images or other resources. So we suggest you to remove unnecessary plugins, install some kind of JS & CSS optimizing plugins like Better WordPress Minify and a caching plugin like WP Super Cache. Also, you can use GTmetrix tool to see what makes your website slow and optimize these parts of your website.
Best Regards