Leave a comment

mileya February 24 2013, 11:34:49 UTC
Just a question, when an entry has a list of tags but not a mood image this happens:



Maybe I'm doing something wrong xD Is there any way to solve it? (the layout is perfect nevertheless ♥♥♥)

Reply

artphilia February 24 2013, 11:35:53 UTC
Oh, thanks for the info. Will have a look at it right away.

Reply

artphilia February 24 2013, 11:45:01 UTC
Got it fixed. Thanks again.

Please open up your css, find and exchange the following code. I changed the margin/paddings.

/*---------------------------------------------------------------------
Entry Stuff - Currents, Tags
------------------------------------------------------------------------*/
.ljtags {
margin-top: 15px;
margin-bottom: -15px;
padding: 1px;
font-family: "trebuchet ms", tahoma, verdana, sans-serif;
text-transform: uppercase;
font-size: 10px;
}

.currents strong {
font-weight: normal;
}

.currents, .currentmusic, .currentmood, .currentlocation {
padding: 10px 0;
font-family: "trebuchet ms", tahoma, verdana, sans-serif;
text-transform: uppercase;
font-size: 10px;
display: block;
margin: -15px 0 0 0;
}

Reply

mileya February 24 2013, 12:02:28 UTC
Thanks for being so quick! It's perfect now ♥♥♥

Reply

artphilia February 24 2013, 12:03:20 UTC
Sure thing. Thanks again for letting me know. :)

Reply


Leave a comment

Up