Home Forums WoodMart support forum The header subsection is too high and I can’t block it

The header subsection is too high and I can’t block it

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

    makbuleweb
    Participant

    When I log in to my site, I want the header size to be the same size as when I “scroll”. I hid the bottom part from the settings, but the result did not change. It is clearer in the photos. Can you go in and fix it and tell me how you did it?

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

    Hung Pham
    Keymaster

    Hi makbuleweb,

    Thanks for reaching to us.

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

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

    Regards,

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