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. *'.'*
However, I would like to know (I can't find it in the tags)
Also, on the themes that have images (such as leaves) with the subject headings, how do you make the images right-aligned with the text? Is that possible?
Oh! And how do you make the mood icons move to the RIGHT of the word for the mood?
I know this stuff is in this community, I am just having trouble FINDING it. I would appreciate the point-tos. Thanks so much!
- Current Mood:frustrated
Comments
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.THANK YOU!
(I have that before the tag code above by
I hope that works for you because if it doesn't I will have no clue how to help.