Home Forums WoodMart support forum cancel size on product cover Reply To: cancel size on product cover

#320579

Hello,

Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.whb-sticked .whb-general-header .whb-mobile-left, .whb-general-header .whb-mobile-right {
    margin-bottom: 50px;
}

.whb-sticked .whb-column.whb-mobile-center.whb-hidden-lg {
    margin-bottom: 50px;
}

.whb-clone.whb-sticked .whb-not-sticky-row {
    height: 50px;
}

Best Regards