Hello, I can't figure out why my navigation stays in place and conflicts with the body content when scrolling. I would like it to scroll with the content.
here you can see the problem:
ryancherewaty.com/index.php/project/in-loving-memory-2018-08c/
Hello, I can't figure out why my navigation stays in place and conflicts with the body content when scrolling. I would like it to scroll with the content.
here you can see the problem:
ryancherewaty.com/index.php/project/in-loving-memory-2018-08c/
Because I designed it that way. You can cutomize it via CSS.
base.css contains a condition under #index (position: fixed;) replace it with 'relative' if you'd like to scroll with your content.
Add (position: absolute;) for #exhibit right underneath it.
Thank you!
This thread has been closed, thank you.