Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript display menu at top Reply To: display menu at top

#147348
Paulie_D
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; }