Home › Forums › WoodMart support forum › Add spacing between the both product page and sticky header of the mobile view › Reply To: Add spacing between the both product page and sticky header of the mobile view
July 10, 2023 at 3:48 pm
#480433
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add following code in Theme Setting > Custom CSS > Css for mobile:
.page-title {
margin-top: 0px;
}
Best Regards.