![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png) aldro posting in
aldro posting in ![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png) style_system
style_systemCurrently, 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?
Tags:




no subject
Date: 2011-05-30 03:36 pm (UTC)no subject
Date: 2011-05-30 03:37 pm (UTC)no subject
Date: 2011-05-30 09:34 pm (UTC).has-userpic .entry .contents { margin-right: 120px; padding-right: 2em; } .entry .userpic { float: right; clear: right; margin-right: -140px; text-align: center; width: 110px; } .entry .poster { margin-right: -140px; }no subject
Date: 2011-06-01 02:21 pm (UTC)Thank you very much! :)
no subject
Date: 2011-06-01 05:03 pm (UTC)textarea.textbox {font-size: 2em;}Puting in a font-size in 'px' will work too, if you have a specific font size in mind.
no subject
Date: 2012-07-26 06:35 am (UTC)no subject
Date: 2012-07-30 01:01 am (UTC).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.)