Home › Forums › Support › Secondary menu placement › Reply To: Secondary menu placement
April 5, 2016 at 9:00 pm
#184559
Lead Developer
Lead Developer
Hi there,
I need to add this option into the Customizer.
You can use this CSS:
@media (min-width: 769px) {
.secondary-navigation {
margin-top: 20px;
}
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Adjust the px as needed 🙂