Menu Links staggered

Hello, I cannot figure out how to get my nav bar links lined up, they appear staggered. Any ideas? https://estateofmindbuilders.com/

Thank you,
Katie Bartle

Hi Katie,

Thanks for writing in.

Please try adding this custom css.

.x-navbar .desktop .x-nav > li > a {
    line-height: normal;
}

Hope it works.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.