Skip to main content
Known Participant
February 7, 2017
Answered

Links in menu bar don't work. They move to the right when I click on them and don't work

  • February 7, 2017
  • 1 reply
  • 251 views

I have a menu bar near the top, just under the photo.  If you click on any of them, the link moves to the right and nothing happens.  This was working.  I must have done something wrong to cause this but cannot figure this out.

Here is my website: www.centralohiohiking.org

This topic has been closed for replies.
Correct answer osgood_

For some reason you have applied a left margin of 50px on the anchors 'active' state which will make your links jump to the right when you click them.

a:active {

margin-left: 50px;

text-decoration: none;

color: #094A29;

}

1 reply

osgood_Correct answer
Legend
February 7, 2017

For some reason you have applied a left margin of 50px on the anchors 'active' state which will make your links jump to the right when you click them.

a:active {

margin-left: 50px;

text-decoration: none;

color: #094A29;

}