Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

sticky secondary navigation

  • The page: 8493 isn’t included in either your Snippet or Yings snippet. You have 8393 in there. Make sure those IDs are set correctly.

  • thx.

    Last detail

    when scolling up the primary menu is sticky.

    How can we have both (the primary and secondary menu) sticky ? instead of overlapping each other.

    https://le-briand.fr/matelas-laine/

    thx

  • 1. Create a header element at appearance > elements, enable the merge feature, set location to entire site.

    2. Remove this CSS:

    nav#secondary-navigation {
        position: sticky;
        top: 0;
    }

    3. Add this CSS:

    .header-wrap {
        position: sticky;
        top: 0;
    }
Viewing 3 posts - 17 through 19 (of 19 total)
  • You must be logged in to reply to this topic.