Currents + Tags as a whole?

Jan 12, 2012 21:40

Hi all,

Is there a way to move the entire currents/tags section down? As in, the entire bottom half of a journal entry after the entry itself is complete. I don't like how the entry looks in my journal when it ends right on top of the tags.

Ideally, to fix this, I would just add a margin above the .ljtags section, like so:

.ljtags ( Read more... )

solved, tags, entries, paid accounts

Leave a comment

Comments 2

fueschgast January 13 2012, 13:29:22 UTC
.entry_text {
margin-bottom: 10px;
}

.ljtags {
margin-top: 10px;
margin-bottom: -10px;
}

Reply

ennifer_jay January 13 2012, 18:51:57 UTC
Thank you!

Reply


Leave a comment

Up