Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #383745

    I’m trying to place the main menu directly above the floating sub menu containers. Meaning, I’d like my main men text to be at the same level as the bottom of my logo. I’m using Logo left / menu right – which is perfect alignment otherwise. How can I float the main menu text to the bottom of header background?

    Thanks for your help.

    #384059

    Hey Julie!

    Add this to your custom CSS.

    #header .menu > li > a {
      line-height: 190px !important;
    }

    Cheers!
    Elliott

    #384066
    This reply has been marked as private.
    #386449

    Hey!

    Try adding this as well.

    #top .header-scrolled .menu > li > a {
      line-height: 80px !important;
    }

    Regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Menu positioning’ is closed to new replies.