Archived topic
Topbar vertical alignment
3 replies · Started by Linda on February 12, 2022
Hi everybody,
first time by creating a new website with GP the vertical alignment at the topbar is not centered by default settings.
The text appears on the top.
Is there adjustment to the position or do I need CSS code to fix this?
Thank you so much in advance.
Verena
Hi there,
can you share a link to the site where i can see the problem ?
Hi David,
thank you so much for your response.
Here the tink to the website:
https://glashuette.events
Try this CSS:
.top-bar p {
margin-bottom: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)