Site logo

Archived topic

Sticky navigation visible without scrolling

2 replies · Started by Piccia on May 12, 2017

Viewing posts 1–3 of 3

Hi there,

I have searched the forum for an answer to this need: how to make the sticky navigation visible permanently, without having to scroll down. I found this post

I have followed the instructions but it's not working: above all, setting the sticky navigation transition to 'None' only makes the sticky navigation disappear altogether.

I have added the CSS suggested in that post

.site-header {
display: none;
}

and taken the logo out of the primary navigation, too. Nothing.

Should be simple but I can't seem to make it work!

The website is password-protected, can send you link and log-in details privately.

Many thanks

Hi there,

I just tried the same solution and it worked for me.

Setting the Sticky Navigation Transition to none shouldn't remove the navigation all together.

Is the CSS working? (ie is the header hidden?) If not how are you adding the code?

Let me know.

One thing to check is to make sure the navigation location is either above or below the header.

If it's set to float, it's inside the header which means it will also be removed when you use display:none.

This archived topic is closed to new replies.