Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Header Menu CSS not playing ball Reply To: Header Menu CSS not playing ball

#247738
tomnoble92
Participant

Okay well on the inspector this CSS seems to work and keep the menu inline with the body text.

#navigation a {
padding: 11px 55px 11px 55px
background-color: #b9bbaa;
margin: 0 3px 0 3px;
}

#navigation .menu>ul>li:last-child a {
padding-right: 55px;
}

Give that a whirl.