Home › Forums › CSS › 1 whole day and still my nav has the same height .. › Reply To: 1 whole day and still my nav has the same height ..
October 15, 2014 at 12:17 am
#186258
Participant
Well apparently it was possible. To a programmer it’s maybe ugly, but adding
header#top nav ul li {
margin-top: 20px;
margin-bottom: -50px;
}
did the trick