• Hey folks!!! I am working on my website https://skinnywithfiber.org/ and I want to remove or make smaller margins after and before my header logo.

    Any ideas on how to do this??? I am running twenty twelve theme.

    Thanks for letting me know. I know it has somehing to do with CSS but I am clueless.

Viewing 1 replies (of 1 total)
  • Hello Christine!

    The following CSS code should do the trick for you.

    .site-header {
    padding: 0;
    }
    
    .header-image,  .main-navigation {
    margin-top: 0;
    }

    If you need help on how to implement this just let me know.

    Cheers!

    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘Remove White Space Header Logo’ is closed to new replies.