Mobile Menu page name position

Hello

When you go to my site on a mobile device and open the menu, the page names are on the left but I would like them to be in the middle.

Unfortunately I have not found that option in the settings, please help :sweat_smile:

Page: https://jls-avocats.ch

Thanks!

Hi JLS,

Thanks for reaching out.

Since it’s an X theme that uses standard header then please add this CSS to your Theme Options > CSS

.x-navbar .mobile .x-nav li>a {
    text-align: center;
}

Hope this helps.

Perfect, thanks!

Glad we were able to help you :slight_smile:

For more information, please take a look at this article:

Regards!

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