Something is still wrong...I noticed when I changed the code as suggested it still does not work when I place in browser live...one item I noticed...when I tried to copy and paste the code to send to you it will not copy the change...something is not allowing the change in code as you suggested. I am at a lost.
Is there anything in the CSS file that needs to be changed as well to allow for a static navigation bar?
Hi Ken
Please add:
into <div class="main-header">
Cindy
I have tried to do as instructed but it does not work. Would simply give me the entire html entry.? I assume this is were the change should go>
Help! I am great as a designer but not a super code expert.
Thanks
Please open file html and replace:
<div class="main-header">
with:
<div class="main-header" style="position: relative !important;">
or you can send us the screenshot where you change the code
Something is still wrong...I noticed when I changed the code as suggested it still does not work when I place in browser live...one item I noticed...when I tried to copy and paste the code to send to you it will not copy the change...something is not allowing the change in code as you suggested. I am at a lost.
Is there anything in the CSS file that needs to be changed as well to allow for a static navigation bar?
Ken
Hi,
So please try this solution:
Open file scripts.js and remove function scrollFixedHeaderTop()
It is located inside $(document).ready(function() { }