Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this to the end of your child theme’s style.css:

    hgroup { width: 80%; float: left; }
    #header_icons { position: static; float: right: }
    Thread Starter littlebizonline

    (@littlebizonline)

    Thanks vtxyzzy – that worked perfectly.
    However, I now have no padding under the website tagline before the navigation menu. Could you please suggest how I could have this match the spacing above the logo by adding to the child theme style.css?

    Thanks!

    You can add a bottom margin to the tagline:

    .site-header h2 {
        margin-bottom: 10px;
    }
    Thread Starter littlebizonline

    (@littlebizonline)

    Awesome – thank you again for your help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to align logo and social media icon in header’ is closed to new replies.