sharpiefan (
sharpiefan) wrote in
style_system2012-01-04 08:16 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Moving the nav links in Basic Boxes
Help!!
I've just set up a mirror community for one on LJ, and I want to move the nav links (recent entries/member posts/archive/profile) to the centre, under the header box.
Is there any way of doing that? And if so, could someone talk me through it - I'm not that confident with coding-type stuff.
I've just set up a mirror community for one on LJ, and I want to move the nav links (recent entries/member posts/archive/profile) to the centre, under the header box.
Is there any way of doing that? And if so, could someone talk me through it - I'm not that confident with coding-type stuff.
no subject
.module-navlinks {
left: 1%;
position: absolute;
right: 1%;
text-align: center;
top: 180px;
}
.module-navlinks ul {
display: inline;
}
#header {
margin-bottom: 70px;
position: relative;
}
It worked well for me but...
no subject
That's perfect! Thank you!
*sends cookies*
Yum! Cookies!
(I'll tell you anyway: I just looked at the list of communities you admin on your profile then found the one using Basic Boxes; it mattered in this case because it's got a header so it changed the value for the top positioning; I would have used my own journal otherwise :)
Re: Yum! Cookies!
Good thing I put the header up before asking... On the other hand, it looked OK where it was before I put the header up...
Re: Yum! Cookies!
So, so happy to hear this! My little style dev's heart thanks you.
Oh get it now! That's because my journal doesn't have a subtitle so the #header is much smaller for me. I always forget about that.