Ugh! I really hate to be a bother, but I couldn't find anything in the list and tinkering with it wasn't getting any results... so hopefully someone can help.
Is there a way to move the image of the mood theme up so it is aligned with the top of the wording? Currently, it is like this:
(
Read more... )
$currents = $currents + """class="asset-meta-table">$.mood_icon""";
(Add in the highlighted text.) Then, add this line to your CSS:
.asset-meta-table td { vertical-align: top;}
Reply
Now, is there a way to add a border, about 2px thick just around the mood icon picture?
And is there a way to force your tags to be on one line if you've only chosen two of them? Because mine is going on to a second line for no reason.
Reply
img.meta-mood-img { border: 2px solid #xxxxxx; }
Of course, change the xxxxxx to whatever color you want. For the tag list thing, it looks like the left margin on .asset-tags-list can't be less than the width of .asset-tags-header, which in your case is 13px. So, try increasing the margin to 13px.
Reply
Reply
( ... )
Reply
.asset-tags-header {padding-right: 2px; width:16px;}
.asset-tags-list {margin-left: 18px;}
Reply
That has fixed my problem and my journal is close to exactly how I want it.
I also apologise for responding to a comment thread and not making an actual post myself. I thought it may have been more relevant to respond as I did, but in future I will make a new post.
Thank you again.
Reply
Leave a comment