css - menu test spread and wrapper correction -


please see this: http://i.imgfst.com/z6bsbf.jpg
can see have problem nav menu. dont know how centre navigation wrapper shorter on right side (to match left side) how make more space between text menu looks bit squished @ moment..

<div id="nav-wrapper">     <div id="nav">{menu}</div> </div>  #nav-wrapper {     position: fixed;     width: 100%;     left: 0 20;     padding: 0 4px 10px;     top: 0px;     z-index: 5 ;     opacity: 0.9;     background: #b31717;     text-align:center; }  #nav {     vertical-align:center; }      #nav > ul li {     display: inline-block;     list-style: none;     padding: 0;     z-index: 2; }  .wsite-menu-default {     display: block;     padding: 8px;     color: rgba(255, 255, 255, .90);     font-weight: bold;     position: fixed;     top: 0;     left: 0;     z-index: 999; } .wsite-menu-default {     display: block;     padding: 8px;     color: rgba(255, 255, 255, .90);     font-weight: bold;     position: fixed;     top: 0;     left: 0;     z-index: 5; } 


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -