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