[Resolved] floating section with nav menu

Home Forums Support [Resolved] floating section with nav menu

Home Forums Support floating section with nav menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #623068
    Krystian

    Hey, I have two menu witch are floating. Is it possible to add to this menu first section?

    This is the css for floating navigation:

    #sticky-placeholder.navigation-stick + #secondary-navigation {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    }

    #623153
    Leo
    Staff
    Customer Support

    Hi there,

    Not quite sure what you mean.

    What are you trying to achieve exactly?

    Let me know 🙂

    #623198
    Krystian

    what I mean is

    Legend:
    I – main menu, II- secondary menu, III – first section of the page

    I and II are floating down when I scroll down, but I would like to make floating first section (III) below I and II.

    #623319
    Tom
    Lead Developer
    Lead Developer

    I and II are floating down when I scroll down, but I would like to make floating first section (III) below I and II.

    So are you wanting your sticky navigations to disappear once they hit the content section?

    #623372
    Krystian

    No;)

    I would like to have sticky navigation and first section together when I hit second section

    #623704
    Tom
    Lead Developer
    Lead Developer

    Right now they both become sticky as soon as they hit the top of the browser.

    Unfortunately it would take a considerable amount of custom javascript in order to have them become sticky only when hitting a certain point of the page. We’re working on a sticky navigation re-write, and hope to have something like this available.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.