Stars in Your Soul (
stars_in_your_soul) wrote in
style_system2010-09-10 09:53 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Modular Style Question
How do I make the navigation links(recent entries, tags, etc) be in the center of the header instead of on the right? I've been looking at the source code for my layout for a while now, and I can't figure it out. :(
Thanks if you can help!
-Merry
Thanks if you can help!
-Merry
no subject
#header .module-navlinks {
left: auto;
position: relative;
right: auto;
text-align: center;
top: 0;
}
However, it placed the list a bit lower in the header. I haven't figured out how to change that yet.
no subject
no subject
If anyone else's wondering how to push the list up, this did the trick for me:
#header {
padding-top: .75em;
}