Viewing 5 replies - 1 through 5 (of 5 total)
  • Do not shoot. I surrender. I fixed for you!

    .header-content {
        padding-bottom: 0;
    }

    Add this to your custom css.

    Thread Starter codyrauh

    (@codyrauh)

    Haha, no reason to worry, I am completely harmless unless you are one of those crazies out there trying to hurt someone. ^^

    Thank you btw, your solution half worked, I still have the space above the image. How can I get that the heck out of there?

    Theme Author TT Themes

    (@tomastoman)

    Hi @codyrauh,

    please add the “padding-top” property to your custom CSS to get rid of the space above the logo:

    .header-content {
        padding-bottom: 0;
        padding-top: 0;
    }

    Best regards,
    Tomas Toman

    Thread Starter codyrauh

    (@codyrauh)

    Thank you so much Tomas.

    Tomas or webkong if you ever find yourself in Colorado Springs drop by for a free defense training session. I appreciate the help!

    Theme Author TT Themes

    (@tomastoman)

    I am glad that I could help you! ??

    Best regards,
    Tomas Toman

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Spacing Issue’ is closed to new replies.