I’m wondering how I could turn off the sticky navigation? At the moment, the sticky navbar clips at the top when you scroll down (this happened after I altered the size of the navbar).
I also noticed the parallax is getting overlapped by the content around it. The header image and the parallax section further down the page seem to cut off occasionally (only one section does it at a time, but one will ALWAYS do it).
I hope you are well today and thank you for your questions.
I’m wondering how I could turn off the sticky navigation? At the moment, the sticky navbar clips at the top when you scroll down (this happened after I altered the size of the navbar).
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
nav#site-navigation {
position: relative;
}
I also noticed the parallax is getting overlapped by the content around it. The header image and the parallax section further down the page seem to cut off occasionally (only one section does it at a time, but one will ALWAYS do it).
This is a known issue as reported in the following topic which will be resolved ASAP.