• Resolved BradBradBrad

    (@bradbradbrad)


    Hi,

    I am trying to center the menu items in v3.3.1

    I have tried to add the snippets from here in my child theme with no luck. Sometimes the code does nothing, sometimes when i tweak it, it shuts the site down completely. Any ideas? Thanks a ton!

Viewing 1 replies (of 1 total)
  • Thread Starter BradBradBrad

    (@bradbradbrad)

    i used the following:

    .navbar-inner{
    padding-right: 5px;
    }
    .tc-header .nav-collapse{
    float: none;
    }
    .navbar .nav {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    .nav-collapse .nav > li{
    float: none;
    display: inline-block;
    }
    .nav-collapse .nav > li li{
    text-align: left;
    }
    @media (max-width: 979px){
    .nav-collapse .nav > li{
    display: list-item;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Center menu items in version 3.3.1’ is closed to new replies.