Home Forums WoodMart support forum Unable to edit the padding or blank space

Unable to edit the padding or blank space

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #591768

    pushkalkhurana1
    Participant

    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.
    #591781

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)