Space between header image and page title

  • Unknown's avatar

    Hi

    I am using the Book Lite Theme and want to reduce the space between the header image and page title. For example bring the what we do up closer to the header image.

    Thanks

    Matthew

    The blog I need help with is: (visible only to logged in users)

  • Hi Matthew,

    For this, you’ll need to reduce the padding-top on the div with the ID of “main” down from 4em to a lower amount.

    Try this:

    #main {
      padding-top: 0.5em;
    }

    You can adjust the 0.5 number to any decimal or whole number to get the spacing just right.

  • Unknown's avatar
    experiencenewfoundland · Member ·

    Thank you so much. Works perfect.

  • The topic ‘Space between header image and page title’ is closed to new replies.