Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #756483

    Hi. I’m using custom CSS to make my Top Bar (above Header) sticky, however, I’d also like the mobile menu to “stick” in the top right corner, in front of the Top Bar so it doesn’t get hidden when a user scrolls.

    Screenshot https://www.evernote.com/l/AF9TnAuEkZVP872QxniUT4wEa0opDJCJPaQ

    Any suggestions?

    Jamie

    • This topic was modified 8 years, 4 months ago by jamiedefined.
    #756961

    Hey jamiedefined,

    Please try the following in Quick CSS under Enfold->General Styling:

    #advanced_menu_toggle {
        position: fixed !important;
        top: 100px;
        right: 20px;
    }

    Best regards,
    Rikard

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