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 3 posts - 1 through 3 (of 3 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,

    #616243

    makbuleweb
    Participant

    I want to write the title you see in the image on a single line. How can I do it? This article is on my home page.

    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 1 through 3 (of 3 total)