Viewing 5 replies - 1 through 5 (of 5 total)
  • It seems fine…. can u plz share a screenshot??

    Thread Starter reggiepk123

    (@reggiepk123)

    Thanks for your time, but I was able to adjust margins and fix the spacing since I made this request. I found it had to do mostly with the social icon spacing.

    mauranda

    (@mauranda)

    Could you please explain how you fixed this issue for me?

    Thread Starter reggiepk123

    (@reggiepk123)

    Sorry, Mauranda, but I’ve been away from it quite some time, so I don’t remember exactly. I played with margins and padding in the logo container and social icons, compromising until all browsers seemed acceptable.

    Here’s some CSS code I THINK I changed, that might give you a clue:

    .site-branding {
    width: 40%;
    float: center;
    padding: 30px 0px 0px 0px;
    }
    .logo-container {
    position: relative;
    top: -15px;
    margin-bottom: -25px;
    text-align: center;
    }
    #social_icons {
    float: right;
    padding-top:0px;
    margin-top: 0px;
    }

    mauranda

    (@mauranda)

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘vertical space betw. logo and main nav’ is closed to new replies.