• Resolved yavarkhan

    (@yavarkhan)


    my menus are not comming properly in drop down list

    https://tinypic.com/m/i2tyyu/1

    /* STEP 4 */
    /* OPTION 1/1 - CENTER MENU */
    .navbar-wrapper .navbar.notresp.row-fluid {
    float:              none;
    width:             90%;
    margin:            0 auto;
    }
    
    /* Variable number of floating elements */
    .navbar .nav        {
    float:              none;
    width:              100%;
    text-align:         center;
    }
    
    .navbar .nav > li   {
    float:              none;
    display:            inline-block;
    }
    
    /* Fix 2nd level <li>s  */
    .navbar .nav > li .dropdown-menu li {
    float:              left;
    width:              100%;
    text-align:         left;
    }
    
    /* Adjust margin/padding */
    .navbar .navbar-inner {
    margin:             0px 0px;
    padding:            0px 0px;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter yavarkhan

    (@yavarkhan)

    i think there is a problem in this css but dont now how to resolve

    .navbar .nav > li   {
    float:              none;
    display:            inline-block;
    }
    
    /* Fix 2nd level <li>s  */
    .navbar .nav > li .dropdown-menu li {
    float:              left;
    width:              100%;
    text-align:         left;
    }

    Try replacing all those .navbar with .navbar.notresp
    This way the responsive menu should not be affected.

    Thread Starter yavarkhan

    (@yavarkhan)

    once again thank you so much for helping me out and will upload the site next week and hope you will like my website and
    do you have a fan page ?? its people like you who help others and make this world a better place and I appreciate that you sharing your knowledge and helping people out

    Hey thank you yavarkhan !
    I’m learning a lot using customizr and trying to solve problems here on the forum, so we can say it’s a fair exchange!
    Nope, I don’t have a fan page ??
    Glad you solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘drop down menu problem’ is closed to new replies.