Home Forums WoodMart support forum category heading height Reply To: category heading height

#318685

Hello,

You can try using the following Custom CSS in the Custom CSS for Mobile and Custom CSS for Tablet area.

.wd-header-overlap .page-title {
    padding-top: 170px;
}

You can adjust the padding for tab and mobile accordingly.

Best Regards