• I have the menu positioned on the page how I want, but now it seems only the last couple links on the right are clickable!?

    Here’s the page: https://www.jeremyrandalljohnston.com

    Here’s the current code I’m working with:

    #access a {
    margin:0 auto;
    color: #555;
    display: inline-block;
    position: relative;
    left: 85px;
    font-size: 21px;
    padding: 21px 10px 0px;
    height: 45px;
    }

    I appreciate the feedback! I’ve been doing what I can to self-teach myself CSS. I’m getting there! Thanks again!

    Cheers, Jeremy

Viewing 1 replies (of 1 total)
  • Hi,

    I m not so experienced, but left:85px; do conflict. (probably bc. your theme float these elemetns on left and you moved them too far to right)

Viewing 1 replies (of 1 total)
  • The topic ‘Not all menu items clickable!?’ is closed to new replies.