I moved userpics to the left on my lj, but now my f-list looks kind of ugly. The problem is that whenever somebody posts in a community I'm watching then their userpic kind of shifts almost to the center of the post. There's no such problem with non-comm posts. (
link)
How do I change this look:
...................................ICON
(
Read more... )
.poster .ljuser{
display:block;
}
Reply
Reply
font-size:0;
to the .entry-userpic code that you have currently. Then you will want to add
font-size:12px;
to the .poster override I gave you.
Reply
Reply
Reply
Reply
along with the
font-size:0;
also add
line-height: 0px;
And that gets rid of the blank line!
Reply
Leave a comment