Hmmmm.
I used CSS <UL> and <LI> in my simpleblue skin, and that is centered.
@Sofia:
I used this css for my simpleblue menu (Which is centered):
Code:
#menu {
float: left;
width: 950px;
height: 58px;
background: url(path/to/image/img.jpg) repeat-x left;
}
#menu ul {
margin: 0;
padding: 20px 0 0 18px;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
text-align: center bottom;
}
#menu a {
display: block;
padding: 0 20px;
background: url(path/to/image/img.jpg) no-repeat right 50%;
text-decoration: none;
font-size: 14px;
color: #FFFFFF;
}
#menu a:hover {
color: #FFFFFF;
}
#menu .current_page_item a {
color: #FFFFFF;
}
is there any of that code which you could add to your CSS?
@ronald0: don't add above CSS to this skin, it's for sofia.