need to center my word on navbar (the menu at the top, just below the header)
-
/**
|————————
| =Menu Primary
|————————
*/.menu {
position: relative;
margin: 0 auto;
padding: 0;
z-index: 9999;
}.menu ul,
.menu ul * {
margin: 0;
padding: 0;
list-style: none;
}.menu ul {
line-height: 1.0;
}.menu ul ul {
position: absolute;
top: -999em;
width: 10em;
}.menu ul ul li {
width:100%;
}.menu ul li:hover {
visibility: inherit;
}.menu ul li {
float: left;
position: relative;
word-wrap: break-word;
}.menu ul li li {
background: none;
}/**
* Menu Position
*/may i know which part should i edit the menu bar to make my word line up in the center.
The blog I need help with is: (visible only to logged in users)
-
What word are you trying to center or did you find your answer? By looking at your current state it seems to have been resolved.
-
I checked http://myownloves.wordpress.com/ and everything all the things at the top including the site title, menu, and tagline look centered to me.
Is http://myownloves.wordpress.com/ the blog you are working on?
-
I’m going to mark this as resolved since the main menu at http://myownloves.wordpress.com/ looks centered to me and there haven’t been any other replies for 10 days.
- The topic ‘need to center my word on navbar (the menu at the top, just below the header)’ is closed to new replies.