[Solved] Header and currents.

Jan 30, 2012 15:08

One of this questions was asked before by a friend since I didn't want to clutter the community with my questions. It wasn't answered though so I will ask again. I also have another question regarding currents, so I thought I would add it here also.

1) ( Space under navigation. )

metadata, solved, header and footer, tags, entries

Leave a comment

Comments 4

fueschgast January 30 2012, 22:25:13 UTC
I couldn't try it directly on the layouts, so I can't promise that this works.

1) #header {
margin-bottom: 10px;
}

2) .entry .clear {
display: none;
}

.entry_text {
margin-bottom: 20px;
}

.ljtags {
margin-top: 10px;
margin-bottom: -10px;
}

Reply

domino February 2 2012, 23:34:25 UTC
I'm still working on number 2 but it seems like it works! Number 1 still doesn't though and I don't know why. :( It's driving me nuts.

Reply

fueschgast February 2 2012, 23:50:41 UTC
I think I've got it (That I didn't think of trying out the whole CSS on my LJ before! *facepalm*). You need the following changes for #1:

#header {
background: url('http://i41.tinypic.com/2cxx1l1.jpg');
padding: 0px 0px 10px 0px;
}

ul.navheader, ul.navfooter {
padding: 15px;
background: #ffffff;
}

Reply

domino February 3 2012, 23:53:50 UTC
Hahaha! :* Oh my god it works! Thank you, thank you, thank you! :D It's perfect!

Reply


Leave a comment

Up