• Resolved clynngardner

    (@clynngardner)


    I love this theme!!! I finally found what I was looking for. I just have a few tweaks to make but don’t know how. One is to center the menu navigation so it’s not left justified. I am currently using Color way version 3.2.9

    Thanks,

    Crystal

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Trying adding this CSS to Appearance > Theme Options > Styling Options or to your child-theme’s style.css file. See if that is what you’re looking for.

    #menu {
    margin: 0 auto;
    width: 39%;
    }

    Andrew

    Thread Starter clynngardner

    (@clynngardner)

    Thanks Andrew, it worked like a charm. I just had to adjust the width percentage a bit.

    Crystal

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center menu navigation’ is closed to new replies.