Hi,
I was wondering if there is a way to make the nav bar fixed so its scrolls with the content??
Im using a child theme and added the css:
.main-nav{
position: fixed;
width: 100%;
top: 0;
clear: both;
}
But this makes the navigation disappear completely. Is it possible to have it fixed??