I just want to align the "Recent | Archive |Profile" links to the right, and leave my background header image along the left. How do I reference that particular line to re-align? I've gotten the rest of the header text....
Argh... For some reason, the text-align property doesn't work on
elements, like the header nav links and the entry footer links. I ran into this before trying to figure out how to center the entry footer. I guess it has to do with the way lists are rendered. Until someone suggests something better, you can try a hack like: .nav { padding-left: xxxpx;} and increase the number in "xxx" until it looks right-justified.
Comments 5
#header-inner{
background-image: url(http://images21.fotki.com/v515/photos/4/438995/4608007/option2-vi.jpg);
background-repeat: no-repeat;
height: 150px;
}
#header-content-inner {
margin: 70px 20px 0;
}Adjust the "70px" and "150px" to get the spacing the way you want it.
Reply
Reply
I just want to align the "Recent | Archive |Profile" links to the right, and leave my background header image along the left. How do I reference that particular line to re-align? I've gotten the rest of the header text....
Thanks again!
Reply
elements, like the header nav links and the entry footer links. I ran into this before trying to figure out how to center the entry footer. I guess it has to do with the way lists are rendered. Until someone suggests something better, you can try a hack like:
.nav { padding-left: xxxpx;} and increase the number in "xxx" until it looks right-justified.
Reply
Leave a comment