• Resolved Planetbangalore

    (@planetbangalore)


    Hi,
    I would like to have the menu items after the logo on the left hand side and move towards right.. and also how to increase the size of footer menu..

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,
    Go to Customize-> Advanced Settings-> Custom CSS Box and paste following code:

    .footercredits {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    #nav-main ul.sf-menu {
        float: left !important;
    }

    Let me know how it works!

    hannah

    (@hannahritner)

    Hey Planetbangalore,
    Could you post a link to your site?
    Thanks!

    Hannah

    hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 1200px) {
    .col-md-4.clearfix.kad-header-left {
        width: 25%;
    }
    }

    Hope that helps!

    Hannah

    hannah

    (@hannahritner)

    Try using this instead:

    @media (min-width: 992px) {
    .col-md-8.kad-header-right {
        width: 75%;
    }
    .col-md-4.clearfix.kad-header-left {
        width: 25%;
    }
    #nav-main {
        float: left;
    }
    }

    How’s that work?

    Hannah

    Thread Starter Planetbangalore

    (@planetbangalore)

    Thanks Hannah,
    It worked fine….

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I want My Menu bar to start from left to riight.’ is closed to new replies.