Archived topic
How to add some padding bellow secondary navigation?
1 reply · Started by Former User on March 21, 2020
Viewing posts 1–2 of 2
Hello,
I am trying to add some padding after secondary navigation because it needs some space between secondary navigation and slider because show together. I dont find option on Customizer, how can I do this? thanks!
Hi there,
Try this CSS:
#secondary-navigation {
margin-top: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.