Archived topic
primary nav top padding
2 replies · Started by Duncan on December 6, 2016
Viewing posts 1–3 of 3
Hi Guys
I can add padding to the top of my primary nav bar
.main-navigation {
padding-top: 30px;
}
But the background colour just stretches and doesnt pad and I cant find a fix
I want the navigation to be centre top/bottom - with a 40px height - simple eh?
I think I fixed it
.main-navigation {
clear: both;
display: block;
margin-top:40px;
}
Use margin - not padding
You're Welcome!
Glad you got it working! :)
This archived topic is closed to new replies.