Centering Menu Items (Squirrel Theme)
-
Hi all,
I am trying to center the menu items in the Squirrel website theme at wholesale used books.
I removed the float: left attriubute but still can’t seem to center it.
CSS is as follows:
.menu_wrapper {
margin-bottom:0;
}
#menu {
position:relative;
z-index:99;
}
#menu li {
list-style-type:none;
}
#menu li a {
font-size:13px;
margin:0;
padding:3px 8px;
position:relative;
color: #fff;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}Thanks for your help!
Richard
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Centering Menu Items (Squirrel Theme)’ is closed to new replies.