Archived topic
Align Primary Menu
3 replies · Started by tolis on March 2, 2023
Viewing posts 1–4 of 4
Hello i want to align my menu LOGO-PRIMARY MENU-BUTTON , look at the screenshot and link. Thanks in regards :)
Hi tolis,
I just checked your site, it looks exactly the same as the screenshot, not sure what you are trying to achieve.
Do you want the primary menu to be in the center?
If so, try this:
@media(min-width:1024px) {
nav#site-navigation {
width: 100%;
}
div#primary-menu {
margin-left: auto;
margin-right: auto;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
yeah it worked thank you ;)
No Problem, glad to help :)
This archived topic is closed to new replies.