• I want to move my navigation menu inline with my website title. I have tried floating it to the right but I still have some space above it.
    Thanks!

    Yes, I am using a child theme 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ll need to post a link to your site for help with CSS questions.

    Thread Starter junior466

    (@junior466)

    My site is not yet up but it’s basically the default theme.

    Try using a negative top margin to move it up – this seems to do it:

    .main-navigation {
        float: right;
        margin-top: -50px;
        text-align: center;
    }

    But do be aware that making these kinds of changes in this theme – which is coded “mobile first” may wreck havoc with how the menu works on different size devices – so test widely.

    Thread Starter junior466

    (@junior466)

    It works somewhat. It definitely breaks the mobile site though.
    Thanks for your reply.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move navigation inline with site title?’ is closed to new replies.