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

#247737
sc0twpburgh
Participant

Thanks Tom. Should have mentioned I’ve tried reducing the padding previously. But the side of the menu needs to fit in with the text below. So be full width essentially. This is the CSS part below doing the work of the padding etc:

#navigation a {
padding-right: 83px;
padding-top: 11px;
padding-bottom: 11px;
padding-left: 83px;
background-color: #b9bbaa;
margin-right: 3px;
margin-left: 3px;
}