Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #263704
    [email protected]
    Participant

    I’d like there to be no space between the header toolbar and the page content. I removed headers and tried to set paddings to 0 px, but there is still some extra unwanted space underneath the toolbar. my site is makeleaders.org

    #263754
    Pratik
    Keymaster

    Hi @danielatesch09gmail-com,

    Can you let me know which toolbar are you talking about. I checked your site and I am not seeing toolbar.

    Can you share a screenshot?

    #263919
    [email protected]
    Participant

    https://ibb.co/HdbN11K

    It’s on my pages. I put a red circle around it. I’d like the height to be smaller.

    #264002
    Pratik
    Keymaster

    Hi,

    Please add this code in Appearance=> Customize=> Additional CSS box:

    
    @media only screen and (min-width: 41.688em) {
    
        body:not(.home) .site-header-main {
            padding-bottom: 0;
            padding-top: 0;
        }
    }
    
    

    Let me know if this works or not.

    #264015
    [email protected]
    Participant

    It worked for my “About Us” page but not my other pages.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Page spacing’ is closed to new replies.