Unable to edit the padding or blank space
-
Hey, I am unable to remove the blank space on the top of my page I have tried changing the padding value, margin value still unable to remove the blank space on the mobile version attaching a screenshot and lin of website let me know if you need the credentials.
Attachments:
You must be
logged in to view attached files.
Hello pushkalkhurana1,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.main-page-wrapper {
margin-top: 0;
padding-top: 0;
}
header.whb-header{
margin-bottom: 0;
}
Regards,