[Resolved] How to make secondary menu to going down while scrolling

Home Forums Support [Resolved] How to make secondary menu to going down while scrolling

Home Forums Support How to make secondary menu to going down while scrolling

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

    Hey,

    This is website:
    XYZ

    We putted here secondary menu and we would like to make it like main menu. When we are scrolling down main menu is going down but without secondary.

    My question is, how to make it “more mobile”?

    #383454
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

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

    wow, its so simple;) if I can ask you more.

    In this page “http://batlab.pl/uslugi/” we have few section, most of them are background in full width. Is it possible to make them hyperlink? every background of section to different url address?
    We would like to have it only on this page

    #383636
    Tom
    Lead Developer
    Lead Developer

    Making an entire section clickable is quite difficult in WordPress I’m afraid. I touched on that a bit here: https://generatepress.com/forums/topic/clickable-column/

    #383711
    Krystian

    I put in that post a small update. But now it is working;)

    #384024
    Tom
    Lead Developer
    Lead Developer

    Awesome 🙂

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