[Resolved] White Space Needed Under Top Bar

Home Forums Support [Resolved] White Space Needed Under Top Bar

Home Forums Support White Space Needed Under Top Bar

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1254192
    James

    I’ve been fiddling around with settings, but I can’t seem to get a thin white space separator between my top bar and header image. As there is between the bottom of the header image and primary nav bar.
    http://www.MiramichiReader.ca

    Thanks,

    #1254829
    David
    Staff
    Customer Support

    Hi there,

    you can set the Customizer > Background Image > Header –> Size to Cover this will remove the blank space. And i would suggest you add 50% 50% to the Position field – this will make sure the image remains centered

    #1254845
    James

    Thanks David. I actually wanted the opposite: to get some white space separation between the header image and the top bar and nav bar below it. 🙂
    However, your suggestion looks good, too. Could you still suggest a fix for what I’m looking for?

    #1254946
    David
    Staff
    Customer Support

    Oops sorry – i don’t know how i misread that lol.

    Try adding this CSS:

    .site-header {
        margin-top: 4px;
    }

    or this for space above and below the header image:

    .site-header {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    #1254960
    James

    Thanks, David. I went with the second suggestion, and that was the fix I was looking for.
    Great support, as always!

    #1255163
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.