• Hi there,

    some weeks ago I centered my navbar. Now I try to align it left again but cannot rembember where I have to do it. Before I centered the navbar I made a copy of the original CSS but now I cannot identify the section I have changed. Can you give me a hint?

    My Website is http://www.blickfrisch.com

    Thanks a lot!
    Katharina

Viewing 2 replies - 1 through 2 (of 2 total)
  • @katharinak it should be somewhere with .nav class.

    Try to work on a child theme or use Jetpack custom CSS to do the customization if necessary.

    Thread Starter KatharinaK

    (@katharinak)

    Got it! It was here:

    .nav {position: relative; width: 96%; background: #fff; display: block; padding: 2%; margin-top: 40px; clear: both; line-height: 1em; text-transform: uppercase;}

    and I had changed it to display: inline-block;

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Put centered navbar back to left?’ is closed to new replies.