Home › Forums › WoodMart support forum › category heading height › Reply To: category heading height
September 15, 2021 at 7:55 am
#318685
Aizaz Imtiaz Awan
Keymaster
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