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

    How can I :

    • Align the Main Menu with the Top of the Logo
    • Keep the menu in the same position and size, after logo shrinks when scrolling

    http://revxa.wpengine.com/ (hosted on WPengine)

    #388799

    Hey Michae1!

    1. Add this to your custom CSS.

    .avia-menu > ul > li > a {
      position: relative;
      top: -30px !important;
    }

    2. You can disable the header shrinking feature in Dashboard > Enfold > Header > Header Behaviour.

    Regards,
    Elliott

    #388853

    Hi Elliott,

    Thanx. But I had those parts figured out already :) What I want is this :

    1. 1. Logo shrinks when scrolling down
    2. 2. Menu stays aligned to top of logo (whether the logo is small or large)

    How can I do that?

    Additionally, I’d like for this to ONLY occur on the home page, and all the subpages to just use the small logo.

    Thanx!

    • This reply was modified 9 years, 8 months ago by Michae1.
    #389188

    Hey!

    I think this is the same inquiry as this one: https://kriesi.at/support/topic/setting-logo-size-different-for-home-page/

    We’ll close this one.

    Regards,
    Ismael

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