Site logo

Archived topic

How to center fixed navigation bar?

3 replies · Started by Johanna on April 24, 2019

Viewing posts 1–4 of 4

I am trying to center the fixed navigation bar of my website as it moved to the left

Hi there,

try this CSS:

.is_stuck.main-navigation:not(.toggled) ul {
    text-align: center;
}

thanks mate

You're welcome

This archived topic is closed to new replies.