Archived topic
Menu is not exact center
1 reply · Started by Danny on September 16, 2019
Viewing posts 1–2 of 2
Hello,
The menu doesn't look exact center, it looks like the slightly right aligned.
I have tried the solution here:
https://generatepress.com/forums/topic/menu-logo-to-the-left-and-menu-in-the-center/
But still the same.
Thanks,
Give this a shot:
#primary-menu {
position: absolute;
left: 0;
right: 0;
}
.inside-navigation {
align-items: center;
min-height: 60px;
}
Let me know :)
This archived topic is closed to new replies.