Center menu
-
I have placed the code below in the custom css of the Customizr theme and I can’t seem to get the menu to center. Where am I going wrong?
https://dev.jellystonebranson.com/
Thanks in advance.
/* Center the logo (function custom_center_brand) */ .brand.span10.offset1 { float: none; } /* Center the Tagline */ .tc-header .outside { display: block; text-align: center; } /* Center the Menu (function remove_span9_navbar_display) */ /* Center the Menu (function prevent_social_in_header) */ .navbar-inner .row-fluid .span7.site-description { display: none; text-align: center; } .navbar-wrapper .navbar.notresp.row-fluid { float: none; width: 90%; margin: 0 auto; } .navbar .navbar-inner { padding: 20px 0 0; } /* Variable number of floating elements */ .navbar .nav { float: none; width: 100%; text-align: center; } .navbar .nav > li { float: none; display: inline-block; } /* Fix 2nd levels */ .navbar .nav > li .dropdown-menu li { float: left; width: 100%; text-align: left; } @media (max-width: 979px) { .tc-header .brand { width: auto; } .row-fluid .offset1:first-child { margin-left: 0; } }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Center menu’ is closed to new replies.