• Hi,

    https://www.mountaingeek.co.uk

    I want to leave the logo where it is in the centre, but have the menu still be at the bottom of the header, but aligned over the right.

    What CSS would I need to insert to my child CSS file to achieve this please? I’m not sure which DIV / reference I should use…

    Not an issue on tablet / mobile, as it switches to the responsive (button) menu, which is working fine.

    Thanks in advance…

Viewing 1 replies (of 1 total)
  • Hi there!

    You can shift the position of the menu to the right using this:

    .navbar .nav {
      left: 180px;
    }

    I hope that helps ??

    Luke the Daft Duke

Viewing 1 replies (of 1 total)
  • The topic ‘Push menu to the bottom right of header’ is closed to new replies.