Site logo

[Resolved] Always Visible Slideout Menu Plus on Desktop / Tablet

Home Forums Support [Resolved] Always Visible Slideout Menu Plus on Desktop / Tablet

Home Forums Support Always Visible Slideout Menu Plus on Desktop / Tablet

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

    Do I just need to add a line of css?

    #162532
    Tom
    Lead Developer
    Lead Developer

    You could try something like this:

    .slideout-navigation {
        visibility: visible !important;
        transform: translateX(0px) !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.