• Resolved nicolejhm

    (@nicolejhm)


    hello! my site is located at https://thesamerainbowsend.com. i am trying to reduce the empty space between the top of my header image and the top of the page. is there any code i can add to the css stylesheet editor in order to reduce this gap? (ideally, i’d like the space between the top of the page and the top of the header image to be about the same as the distance between the header image and the title.) thank you in advance for any and all help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • for example, try and change the values of those styles:

    .header-image { margin-top: 0; }
    .site-header { padding-top: 15px; }

    try working with a browser inspection tool to investigate those kind of formatting questions.

    Thread Starter nicolejhm

    (@nicolejhm)

    thank you so much! i added that first line of code and it worked like a charm! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘eliminating white space above header?’ is closed to new replies.