• Resolved albouwad

    (@albouwad)


    Hello everyone,

    I’m using the Blank Canvas theme with a static page and was wondering how to remove/adjust the space between the header (site title and tagline) and content? I’d like there to be less space so I can fit more content without scrolling.

    https://wp-themes.com/blank-canvas/

    Can someone guide me on how to achieve this?

    Thanks in advance,

    Ali

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Ali,

    For that version of Blank Canvas, you can use this code:

    #masthead.site-header.has-title-and-tagline {
      padding-bottom: 40px;
    }

    You can make that 40px value bigger or smaller to adjust it until it looks like you want.

    Thread Starter albouwad

    (@albouwad)

    Hi KokkieH,

    Thank you very much, that did the trick!

    Regards,
    Ali

    Glad I could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space between header and content’ is closed to new replies.