Site logo

Archived topic

Menu is not exact center

1 reply · Started by Danny on September 16, 2019

Viewing posts 1–2 of 2

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.