Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Saguaros Moderator
    #1038922

    Hi,

    You can try suggestion in this topic

    Regards

    wbroda Friend
    #1043512

    Hi,

    thank you for the solution you linked. It works, but is incomplete.
    The code makes the menu sticky in wide view, but when the menu collapses for small screens, only the logo image and a white background remain sticky. The search, collapsed menu icon is above it – not sticky. So you need to scroll up either way…I want to have this solution also for mobile users.

    I checked how the off-canvas menu works with this and it’s the same. Why is the off-canvas menu NOT sticky in Ja Medicare?…

    And my second issue…
    Is there a topic about the "back to top" button as well? I can’t seem to search the topics within the template forum.

    I hope you can help me solve this…

    Saguaros Moderator
    #1044173

    Hi,

    Could you send me the correct URL in which JA Medicare is being used?

    wbroda Friend
    #1044402

    Hi,

    it’s located on my localhost for now, but we should go public in a week or two, so I’ll post it then.

    wbroda Friend
    #1075889
    This reply has been marked as private.
    Saguaros Moderator
    #1076117
    This reply has been marked as private.
    wbroda Friend
    #1076121

    But there is no collapsed menu when you scroll down….there is no point for me to only fix the logo onto the top of the screen 🙂
    I was looking for a solution to have the collapsed menu button fixed on top of screen, so that when you scroll down, you can access the menu anytime.

    Saguaros Moderator
    #1076370

    You will need to customize it a bit:

    @media (max-width: 480px) {
      .t3-topbar {
        position: fixed;
        z-index: 10000;
        right: 0;
      }
      .t3-header {
          padding-top: 90px;
      } 
    }
    wbroda Friend
    #1076950

    Thanks, this was what I was looking for! It works perfectly now! 🙂

    Saguaros Moderator
    #1077027

    Glad to hear it’s working fine now!!

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Saguaros 6 years, 4 months ago.

The topic ‘Make Menu sticky and add back to top button’ is closed to new replies.