Archived topic
primary navigation placed at bottom of page, and sticky
1 reply · Started by Robin on October 8, 2019
Viewing posts 1–2 of 2
if this possible? an example of what I am after is here:
Hi there,
first thing is to enable the Navigation as Header in Customizer > Layout > Header.
Then try this CSS:
.main-navigation {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
body {
margin-bottom: 60px; /* Adjust to height of navigation */
}
This archived topic is closed to new replies.