Home Forums WoodMart support forum Issue with page titles and spacing

Issue with page titles and spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #575101

    ottuhr.com
    Participant

    Hi on all my pages there is a gap between the header and the content. This doesnt seem to show on my shop pages though.

    #575247

    Hung Pham
    Keymaster

    Hi ottuhr.com,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    body.home .main-page-wrapper {
    	margin-top: 0;
    	padding-top: 0;
    }
    
    body.home .whb-header{
    	margin-bottom: 0;
    }

    Regards,

    #577413

    ottuhr.com
    Participant

    Hi, how would i make this css code universal for all my pages. I seem to have the issue on all of my non shop related pages.

    #580824

    Hung Pham
    Keymaster

    Hi ottuhr.com,

    Please remove previous code and use below one:

    div.main-page-wrapper {
    	margin-top: 0;
    	padding-top: 0;
    }
    
    header.whb-header{
    	margin-bottom: 0;
    }

    Regards,

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