Fix Header – Center Logo Position - by Arif

This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler

  • Avatar: Arif
    Arif
    Participant
    October 18, 2019 at 09:09

    Hi,

    Please advice how to make the logo in center position when using fix header (fixed option) , because when I you scroll down the logo position on the right.

    Thank you

    1 Answer
    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.