Fixed Header Issue

Hi Guys,

I have my site in HTML and everything was working great, when I went and started making it in Wordpress my fixed header was not working anymore and did this funny jumping thing when scrolling even though all the code is the same.

Here is the HTML site that works when you scroll down…

http://musicjolt.org/test.html

And here is the Wordpress that does not work when you scroll down…

http://musicjolt.org/wp/

Please let me know what I can do to resolve this issue.

Thanks,

Mike

It took some finding but you have missed out the closing header tag.

								</ul>
						</nav>
						<!-- eof main nav --> 
				</div>
		</div>
</div>
</header>
<section id="mainslider" class="light_section">

Header should close before the section starts.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.