set menu in grey bar above slider
-
what would be the best way to set the menu in the grey bar above the slider and still have the menu be responsive in an aesthetically pleasing way?
this is what i’ve done so far… some may be in conflict and/or redundant.
.navbar .nav > li > a {position: relative; top: 41px; padding: 2px 30px 8px 14px; font-size: 16px;}
.navbar .navbar-inner {max-height: 20px;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin: 14px 20px 10px 100px; padding-left: 5px; max-width: 90%}}
.navbar-inner .social-block {float: right; margin-top: 10px; margin-right: 0px; text-align: right;}
.navbar-wrapper .navbar h2 {display: none;}
.navbar-wrapper .navbar h2, h2.site-description {color: rgba(0, 10, 30, 0.8); font-size: 17px; align: right; font-style: normal;}
- The topic ‘set menu in grey bar above slider’ is closed to new replies.