• Resolved niconic

    (@niconic)


    Is there a way we can adjust the menu to align right instead of left?

    I would like for the menu bar to show up just above the slider (bottom of header).

    I’ve managed to remove the background box, thanks to other posts.

    I appreciate the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • CSS should be:

    .navbar .nav {
      display: block;
      float: right;
      left: 0;
      margin: 0 10px 0 0;
      position: relative;
    }

    May need to adjust the 10px margin(-right).

    Have you checked what it looks like in other screen dimensions? eg Widescreen, iPad, iPhone – if that’s important to your site.

    Thread Starter niconic

    (@niconic)

    Thanks rdellconsulting. That helped me out.

    I will check the appearance on other platforms, thanks for the tip!

    Thanks for the code. It accomplished half of what I was looking to do, but I was wondering if you could help with the rest. My menu was shifted right, but now the left-hand portion of the menu box is empty. I would like the empty portion of the box to “shrink” around the options inside, hopefully increasing the size of the company logo. I truly appreciate any help you provide. Please reference: http://www.lindsaymachineworks.com/dev to see the current state of my menu/logo size.

    @jbarreto, can you start a new Topic for your problem please. Before a Moderator jumps on you 😉

    Yes, sorry. This was my request for help and didn’t know the procedure.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Adjust Menu to Align Lower Right’ is closed to new replies.