• Hi

    I would like to move the menu of the website to the right side.
    Currently it is at the default left alignment under the website logo . Website : http://www.atrglobal.co.uk/

    Request your inputs on achieving this via custom CSS. Additionally, can the menu be placed to be in line with the logo if right aligned (instead of a below the logo).

    Many thanks in advance.

Viewing 1 replies (of 1 total)
  • Hello!

    Well, try this in your Custom CSS in your child theme, and see if this helps:

    nav#nav {
    float: right;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    margin-top: -60px;
    }

    let me know if that works for you!
    Brenda

Viewing 1 replies (of 1 total)

The topic ‘Move the menu alignment to the right’ is closed to new replies.