Right-sided Comment Indenting? (And other nonsense.)

Sep 15, 2011 01:57

I'm fairly sure there's not a soul awake right now, but I've had this niggling trio of problem and it's really beginning to bug me.

I'm, by no means, any sort of skilled with code - but I'm learning and hope to improve. I've been trying to make my own layout thus far, from scratch (instead of just modding a pre-made one like I usually do), and it's ( Read more... )

comments, header and footer

Leave a comment

And for problem number 3: fueschgast September 15 2011, 11:05:34 UTC
If you want to increase the distance to the last comment:

.box + .box {
margin-top: 10px;
}

If your want to increase the distance between the mass action and # comments - leave a comment:

.box + .box center {
margin-top: 10px;
}

Reply

For all your help... sexchampagne September 15 2011, 11:16:35 UTC
...Thank you so much! (^0^)/ You're so helpful. I'll try all of this in a few hours, after I get some sleep. (-.-)zZz

I already tried the solution to part one and that worked fabulously (even if I did decide to make them cascade from the left for now). I'm sure the rest will work just as well. (^0^) Thanks for all the help! I'll let you know how it goes.

Reply

Re: And for problem number 3: sexchampagne September 17 2011, 05:44:25 UTC
Hey! Thanks, all the codes worked really well. However, I was wondering if you could help me with one more small thing. D:

I posted my layouts tonight and I thought they were perfect, but turns out that the quick-reply form somehow got messed up. I could have sworn I had it fixed the other night, so that it had a black background and border, but now... D: It's transparent between the table cells and it looks awkward.

D: Can you help me?

Reply

Re: And for problem number 3: fueschgast September 17 2011, 08:52:26 UTC
Looks like it's not the quickreply form but the regular reply form.

#postform table {
background: #000000;
border: 5px solid #000000;
}

Reply

Re: And for problem number 3: sexchampagne September 18 2011, 02:26:50 UTC
...Has anyone ever told you you're a CSS angel? (^0^)/ You're amazing. Thanks so much!

Reply


Leave a comment

Up