Archived topic
Editing header widget text (with R/H menu)
3 replies · Started by Damon on February 24, 2020
Hi there,
I am editing my header widget paragraph text (only), I have set the primary menu to be on the right of the logo but it is pushed down below the logo by the text in the header widget.
How can I move the navigation back up? (so that the bottom of the logo and navigation line up).
Kind regards
Drain0
GeneratePress Version: 2.4.1
WordPress 5.3.2
Hi there,
Try this CSS:
@media (min-width: 769px) {
#site-navigation {
margin-top: -60px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect! Thank you Leo.
No problem :)