Archived topic
Two sticky menu
5 replies · Started by Thierry on January 3, 2019
Viewing posts 1–6 of 6
Hello,
I have the sticky main menu in the header, it’s ok.
How i can make a sticky second menu in the bootom of screen ?
Hi there,
can you share a link to the site?
Hi, now the website is online, i edit my first post.
Hi there,
Give this CSS a shot:
#secondary-navigation {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
Great, it's works. Thx Tom.
You're welcome :)
This archived topic is closed to new replies.