Probably a very simple question

May 20, 2007 01:38

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... )

tutorial:poster, tutorial:userpic, userpic, tutorial

Leave a comment

Comments 9

carriep63 May 20 2007, 00:50:21 UTC
Try this CSS code:

.poster .ljuser{
display:block;
}

Reply

test9463 May 20 2007, 01:33:42 UTC
Thank you! That really helped. Also, is it possible to get read of the word "in" there?

Reply

carriep63 May 20 2007, 07:03:18 UTC
Yes, just add

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

test9463 May 20 2007, 17:32:54 UTC
Thank you! You really helped.

Reply


marilla_pm67 June 5 2007, 18:27:18 UTC
Thank you this helped me too.
Sam.

Reply


killersharky November 5 2007, 05:27:58 UTC
I used this and it totally worked so thanks!

Reply


Leave a comment

Up