Too Much Space and Moving Tags

Dec 16, 2010 23:35

My journal has a few things that are bugging me. If anyone could help me fix these things I'd be very thankful. :)

- dancing_secrets
- Paid

Problems:
- Too much space between the end of my entry and the tags/mood theme ( Read more... )

metadata, tags, entries, paid accounts

Leave a comment

betgirl December 17 2010, 21:23:56 UTC
I have an extremely basic knowledge of css and most of the time I don't know exactly what I am doing so this most likely is not be the best way to do what you need, but I got this (tested in a plus account, so I don't know if it will look the same in a paid one):

Click for bigger.

... )

Reply

cosmicvanilla December 18 2010, 04:45:14 UTC
Thanks for replying. :D

- Your codes fixed the space between the end of my entry and the tags/mood theme. However, there's still too much space between my mood and the number of comments.

- My comments say the right thing now. Thanks. :)

The third code that you said to change didn't actually change anything for me so I changed it back.

Anyway, I changed the above code to the updated code, including the new picture. Any ideas?

Reply

betgirl December 18 2010, 19:37:18 UTC
What I can think of to change the space between your mood and the number of comments is changing this (what's in green should be replaced by what's in red):

.comments
{
font-family: georgia, arial, sans-serif;
font-size: 9px;
color: #DDDDDD;
text-align: center;
position: relative;
top: 0px;
padding: 40px;}

to

.comments
{
font-family: georgia, arial, sans-serif;
font-size: 9px;
color: #DDDDDD;
text-align: center;
position: relative;
top: 0px;
padding: 20px;} (or less, depending on how close you want the mood/number of comments to be)

Btw, did the codes I previously gave you (the ones that are in red on 1 and 2 in my previous comment) move the tags under your mood? Because on the journal I used to test the code they do.

Reply

cosmicvanilla December 18 2010, 20:30:48 UTC
The new code got rid of most of the space. Thanks. :)

No, the first two codes didn't move the tags under the mood. Or maybe that's time when I used your exact numbers it overlapped over the entries.

Reply

betgirl December 18 2010, 23:03:26 UTC
By changing those things I did you can manage to get the tags under the mood, but then if an entry only has tags defined you're gonna be left with a huge gap between the entry text and the tags. The only way to do that without having that happen is by using theme layers. You can follow this tutorial and get the tags under the currents like you want to.

Sorry I can't help with that. XD

Reply

cosmicvanilla December 19 2010, 05:05:52 UTC
It's fine. :)

I tried using that tutorial. I don't get it at all...

Hopefully, someone else will know what codes to change/add foe my last thing.

Thanks for all of your help though. <3

Reply


Leave a comment

Up