Home › Forums › WoodMart support forum › INCREASE HEIGHT OF SHOP IMAGES › Reply To: INCREASE HEIGHT OF SHOP IMAGES
January 26, 2022 at 1:03 pm
#348066
Aizaz Imtiaz Awan
Keymaster
Hello,
Sorry for the misunderstanding.
Please try adding the following Custom CSS in the Custom CSS for Tablet area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .page-title {
padding: 120px 0;
}
.woocommerce-cart .page-title {
padding: 120px 0;
}
.woocommerce-checkout .page-title {
padding: 120px 0;
}
Best Regards