Viewing 1 replies (of 1 total)
  • Thread Starter Redda_Joppe

    (@redda_joppe)

    So, I’ve managed to right-align the menu items using

    .navbar div {
      float: right;
    }

    but the menu background color is still full width.

    If I add

    width: 50%;

    or

    max-width: 500px;

    it only pushes the menu items further to the right, while the menu itself (or at least its background color) remains full width. What’s going on?

    How can I reduce the menu width and place an image to its left?

Viewing 1 replies (of 1 total)
  • The topic ‘Logo next to menu in Twenty Thirteen’ is closed to new replies.