Archived topic
Copy slide out menu from this site
5 replies · Started by Alex on September 8, 2017
Viewing posts 1–6 of 6
I would like copy the slide out menu from this site, how can I do that?
Thanks!
Ok, I have gotten this far, now I am stuck.
Which part are you specifically wanting to copy? How it's constantly slightly visible on the far left?
Hi Tom,
Yes the visibility and having it as the menu on the side, I have already created the blank primary menu in GP menu settings.
Any ideas?
Give this a shot:
#site-navigation {
position: fixed;
left: 0;
height: 100vh;
top: 0;
}
This archived topic is closed to new replies.