Site logo

Archived topic

Always Visible Slideout Menu Plus on Desktop / Tablet

1 reply · Started by Webmaster on December 30, 2015

Viewing posts 1–2 of 2

Do I just need to add a line of css?

You could try something like this:

.slideout-navigation {
    visibility: visible !important;
    transform: translateX(0px) !important;
}
This archived topic is closed to new replies.