sharpiefan: Coffee beans, coffee grinder and coffee pot, text 'Coffee' (Coffee)
sharpiefan ([personal profile] sharpiefan) wrote in [community profile] style_system2012-01-04 08:16 pm

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.
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2012-01-04 08:45 pm (UTC)(link)
Assuming your community is anything_aos, would you try adding this to the 'Use embedded CSS ' box at http://www.dreamwidth.org/customize/options?group=customcss (make sure you select your community in the Switch to menu at the top first):

.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...
ninetydegrees: Art: floating cute creatures and hearts (cloud 9)

Yum! Cookies!

[personal profile] ninetydegrees 2012-01-04 09:04 pm (UTC)(link)
You're most welcome!

(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 :)
Edited (I know /d/ and /t/ are both dentals but they're not the same anyway...) 2012-01-04 21:05 (UTC)
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

Re: Yum! Cookies!

[personal profile] ninetydegrees 2012-01-04 09:24 pm (UTC)(link)
I don't like all my journals, comms etc using the same layout, not when there are so many fantastic options to choose from!

So, so happy to hear this! My little style dev's heart thanks you.

On the other hand, it looked OK where it was before I put the header up...

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.