I have moved my icons to the right of my entries with no trouble.
However, everything I've tried to (text-aligning and floating) move the Mood & Music, Tags, and the comment links to the right is not working.
I've gone through the memories and skimmed over two years of posts. I can't find a fix. Help, please?Never mind. I had a backwards bracket
(
Read more... )
Comments 8
Delete "text-align: right" out of ul.asset-tags-list{} and .asset-tags{}, then add "float: right" to .asset-tags{}, i.e.:
.asset-tags {
float: right; margin-top : -8px;
}
The post ornament (the leaf) is going to be a little harder, because it's a background image. So, you'll have to mess with the right padding and background positioning on .asset-stream .asset-header{}. I can't give you exact numbers because the images keep disappearing when I try to edit the CSS. Finally, you won't be able to move the mood icon without a theme layer change.
Reply
THANK YOU!
Reply
ul.asset-meta-list {
text-align: right; padding: 5px;
}
ul.asset-tags-list {
text-align: right; padding: 5px;
}
.lj-currents {
text-align: right; padding: 5px;
}
(I have that before the tag code above by av8rmike.)
I hope that works for you because if it doesn't I will have no clue how to help.
Reply
Reply
Leave a comment