I can't figure out how to center my navigation bar!
-
I’m having issues centering my navigation bar.
http://morninggloryrecords.net
/* Navigation Bar*/
#navbar {
margin:0 auto;
margin-top:15px;
padding:0px 10px;
text-transform:uppercase;
background: url(images/navbar.png) no-repeat;
}#navbar-wrapper {
width:960px;
background: url(images/navbar-wrapper.png);
}#search-wrapper {
width:200px;
float:right;
}#page-bar {
width:720px;
}#page-bar ul {
list-style: none;
border-right:1px solid red;
}#page-bar li {
float:left;
list-style:none;
cursor: pointer;
display:block;
border-right:1px solid #333;
}#page-bar li:hover {
background: #3c78a7;
}#page-bar a, #page-bar a:visited {
margin: 0px;
padding:10px 16px;
font-weight:bold;
color:#FFF;
display:block;
}#page-bar a:hover {
text-decoration:none;
display:block;
}#searchform {
width:194px;
float:right;
text-align:right;
padding-top:8px;
margin-right:10px;
}The blog I need help with is: (visible only to logged in users)
-
The blog you specified at forgottencapital.com does not appear to be hosted at WordPress.com.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
http://morninggloryrecords.net is a self-hosted wordpress site, so you need to follow the supportbots advice and head over to http://wordpress.ORG/support/ as that is where the self-hosted version of wordpress is supported.
- The topic ‘I can't figure out how to center my navigation bar!’ is closed to new replies.