Home › Forums › CSS › Header Menu CSS not playing ball › Reply To: Header Menu CSS not playing ball
November 10, 2016 at 9:49 am
#247738
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.