This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
Hello, I don’t want the header navigation to follow me to the end of the page – I just want it to be fixed at the top. How can I do this?
Thanks,
Shawn
Hello,
You need add this code in style.css file:
header.fixed-header nav {
display: none;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up