• Resolved hakimisolutions

    (@hakimisolutions)


    how to move primary menu to left ?
    already did 0px in menu padding,
    still i want to move to left.
    i have header logo to top left so i want to make primary menu in center

Viewing 7 replies - 16 through 22 (of 22 total)
  • hannah

    (@hannahritner)

    Sure, try adding this to your custom css box:

    @media (min-width: 992px) {
    .kad-header-left {
        float: right;
    }
    }

    Hannah

    Thread Starter hakimisolutions

    (@hakimisolutions)

    ok thanx

    Hi There,

    I am wondering how to move the primary nav menu form the right side all the way to the left side in a similar fashion to that of the Switch layout option for the top bar. rem.directsupplyboxes.com

    thanks for your help.

    hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in theme options > advanced settings:

    #nav-main ul.sf-menu {
        float: left;
    }

    Is that what you were thinking?
    In the future please start your own topic:)

    Hannah

    Thanks.. sure i’ll do it..

    Thread Starter hakimisolutions

    (@hakimisolutions)

    @hannah hiii sorry for troubling again. please see https://sanjayrajautolink.com/ right now i had used below css to move logo to left
    @media (min-width: 992px){
    .kad-header-right {width: 78%;}
    .kad-header-left {width:22%;}
    }
    i still want to move left, if i use 15 / 85 logo size automatically decreased, how to maintain logo size ?

    @media (min-width: 992px){
        .kad-header-right {width: 78%; padding-left:0;}
        .kad-header-left {width:22%; padding-right:0;}
    }

    Use that ^
    Please next time post in a new topic,

    Kadence Themes

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘how to move primary menu to left’ is closed to new replies.