Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #162066

    Hi – I’m using a small, non-fixed header and want to move the menu items down in the header probably with {vertical-align: 30%}. I cannot for the life of me work out what css selectors I need to use to achieve it.

    My intention is to have the logo behind the menu so it can display some address details at the top of the page, and I need more room above the menu, but don’t want the header any larger.

    Any help gratefully appreciated.

    #162134

    Hi,

    You can move the menu using this:

    .main_menu {
    right: 80px;
    top: 20px;
    }

    Adjust the top and right position.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu Vertical Alignment’ is closed to new replies.