Home Forums WoodMart support forum INCREASE HEIGHT OF SHOP IMAGES Reply To: INCREASE HEIGHT OF SHOP IMAGES

#348066

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