Viewing 3 replies - 1 through 3 (of 3 total)
  • In your style.css file (line 1485), there is this:

    .main-navigation li {
        margin: 0 40px 0 0;
        margin: 0 2.857142857rem 0 0;
        position: relative;
    }

    If you remove the margins, text should be properly centered.

    Thread Starter designbysue

    (@designbysue)

    Thanks Senff – I tried that (comment them out) and have left it so you can see it with that change. It appears that it did center the text but not the links are all strung together with no spaces between them. Any idea how to correct that>

    Sue

    Thread Starter designbysue

    (@designbysue)

    Duh – I got it – changed it to
    margin: 0 20px 0 20px;
    margin: 0 1.42855rem 0 1.42855rem;

    So split the margin between right and left

    Thanks a million – I could not find that line at all.

    Sue

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering Navigation’ is closed to new replies.