"Back to Top" CSS id causing other element to misalign
I created an id for my back to top link on my WordPress site.
I styled it using css with the #backtotop selector.
Now when I click on the back to top link, my top nav links all align to the left.
Any ideas or suggestions?
<p id="tothetop"> <a href="#menu-header-menu">Back to Top</a></p>
Also your question is confusing. You mention #BackToTop but in the code it is #tothetop