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):
- 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?
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: 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.
Comments 6
Click for bigger.
( ... )
Reply
- 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
.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
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
Leave a comment