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.
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.
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
Sorry I can't help with that. XD
Reply
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