Move menubar to top of the page and center it



/* Move MENY BAR to top of the page */
#PageList1 { position: fixed; top: 0px; left: 0px; z-index: 999; width:100%;}

----------------------------------------------------------------
 First Edit HTML
Search  (Ctrl:F) for "pagelist"

Change maxwidgets from 1 to 2
Change locked from true to false

 <b:section class='tabs' id='crosscol' maxwidgets='2' showaddelement='yes'>
        <b:widget id='PageList2' locked='false' title='Sidor' type='PageList'>
----------------------------------------------------------------

/* Center the MENY BAR */

.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;
}

Populära inlägg