Reply 223472 to: Fix Header – Center Logo Position

Avatar: Rose Tyler
Rose Tyler
Support staff
October 18, 2019 at 09:18

Hello,

You can add this code in Theme Options > Custom CSS > Custom CSS for desktop:

.fixed-header .header-logo {
    order: 2;
    width: 50%;
    text-align: center;
}
.fixed-header .menu-wrapper {
    order: 1;
    padding-left: 0px !important;
    width: 25%;
}
.fixed-header .navbar-header {
    order: 3;
    width: 25%;
    margin-left: 0px;
}

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.