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

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -