[personal profile] snowdrops posting in [community profile] style_system
So I have zero abilities to code or do even the simple things. So I'm going to apologize in advance!

I just switched to using the Dusty Foot theme.

http://snowdrops.dreamwidth.org/

The navigation link goes straight across the header, which I dislike. How can I realign it and put it beneath my header at the same length as the header?

Date: 2012-08-04 04:28 pm (UTC)
seleneheart: (Default)
From: [personal profile] seleneheart
You'd have to add a top margin to push it down to the bottom of the header, which is 200px high. Then you would have to push #content down a little bit so the nav links would show up.

Add margin-top (however many pixels works for you) here:

#content {
    background-color: #fffbf0;
    color: #888888;
margin-top: 20px;
    }


And then change the nav links here to push them down and make them as wide as your header:

#header .module-navlinks {
    background: #111111;
    text-align: right;
    text-transform: uppercase;
margin-top: 210px;
margin-left: -9px;

width: 1099px;

    }


You can play with those numbers until it's aligned the way you want it.

Profile

Dreamwidth style system discussion

October 2025

S M T W T F S
   1 234
567891011
12131415161718
19202122232425
262728293031 

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jan. 24th, 2026 05:42 pm
Powered by Dreamwidth Studios