Aldro (
aldro) wrote in
style_system2011-05-30 04:54 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Entry's User Icon
Currently, my entry's text is wrapped around the userpic. This causes things like a blockquote to sort of slip behind the userpic. I would like to change it so that the text doesn't go beyond the alignment of the userpic, if that makes any sense. What do I need to edit in my CSS?
no subject
no subject
.has-userpic .entry-content {
margin-right: 120px;
padding-right: 1em;
}
should stop the text from wrapping around the icon. (Change right to left if your icon's on the left.)