Reply 225944 to: Menu items alignment

Avatar: Olga Barlow
Olga Barlow
Support staff
November 29, 2019 at 16:00

Hello,

1) Add the following code to Theme Options > Custom CSS

@media only screen and (min-width:992px){
    .menu-main-container > ul:before, .menu-main-container > ul:after {
    content: '';
    display: table;
    clear: both;
}

.menu-main-container > ul {
    display: flex;
    justify-content: center;
}
}

2) This is preloader. If you want to disable it go to Theme Options > General > disable Site preloader option.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.