Home Forums WoodMart support forum I want to remove space between header and body after disabling page title

I want to remove space between header and body after disabling page title

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

    phianhtao
    Participant

    After disabling a page title, there’s a space between the web header and the page body content. I want to remove that space. Please see attached

    Attachments:
    You must be logged in to view attached files.
    #601875

    Hung Pham
    Keymaster

    Hello phianhtao,

    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)