Reply 323069 to: How Can I Center The Yop Menu on My Site

Avatar: Olga Barlow
Olga Barlow
Support staff
May 3, 2022 at 12:09

Hello,

Add the below code to Theme Options > Custom CSS

@media only screen and (min-width: 993px) {
    .navbar-header.navbar-right {
        width: 220px;
        padding-left: 15px;
    }
    
    .tbs {
        width: calc(100% - 440px);
        text-align: center;
        padding: 0;
    }
    
    .header-logo {
        width: 220px;
        max-width: unset;
        padding-right: 15px;
    }
    
    .tbs .collapse > .menu-main-container {
        display: inline-block;
    }
    
    .tbs .collapse > .menu-main-container > .menu > li {
        float: left;
    }
    
    .tbs .collapse > .menu-main-container > .menu {
        position: relative;
        top: 11px;
    }
}

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.