Archived topic
Padding between nav and container
1 reply · Started by Ian on March 1, 2023
Viewing posts 1–2 of 2
How would I get some padding between the nav and the content section (container) of this page only?
Hi there,
try this CSS:
.page-id-969 #site-navigation {
margin-bottom: 2em;
}
This archived topic is closed to new replies.