Home › Forums › JavaScript › display menu at top › Reply To: display menu at top
August 19, 2013 at 3:34 am
#147348
Member
At your own risk, yes.
/*inner pages*/
.header{width:100%; min-height:50px; height:auto !important; height:50px; line-height:49px; background: url(../images/ie8-transparent-bkg.png);/*ie8 fallback*/ background: rgba(0,0,0,0.5) url(../images/pattern-header-banner.png) repeat; position:fixed; top:0; z-index:50;}
.header.header-main{display:none;} <=== this line here
.header.mobileHeader{display:none;}
.header .inner {max-width:930px;margin:auto;}
.header .logo-container{height:50px; position:relative;float:left;}
.header .logo-container .logo{position:relative; bottom:0;}
.admin-bar .header{ top:28px; }