[personal profile] aldro posting in [community profile] style_system
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?

Date: 2011-05-30 03:36 pm (UTC)
matgb: Artwork of 19th century upper class anarchist, text: MatGB (Default)
From: [personal profile] matgb
Is this the code for the layout you are currently using on your journal? As it's not happening for me, so might be a browser issue.

Date: 2011-05-30 09:34 pm (UTC)
winterfish: woman underwater tangled in medical equipment (Default)
From: [personal profile] winterfish
This should stop the entry content text from wrapping around the icon. (And also solves the centering issue you were having!)

.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;
}

Date: 2011-06-01 05:03 pm (UTC)
winterfish: woman underwater tangled in medical equipment (Default)
From: [personal profile] winterfish
I got this to work for me:

textarea.textbox {font-size: 2em;}


Puting in a font-size in 'px' will work too, if you have a specific font size in mind.

Date: 2012-07-26 06:35 am (UTC)
got_swagger: (Default)
From: [personal profile] got_swagger
Is there any way something like this would work on Practicality? Or possibly float it outside of the entry?

Date: 2012-07-30 01:01 am (UTC)
winterfish: woman underwater tangled in medical equipment (Default)
From: [personal profile] winterfish
I'm not familiar with Practicality, so don't know how to float the icon outside the entry, though adding this:

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

Profile

Dreamwidth style system discussion

June 2025

S M T W T F S
12345 67
891011121314
15161718192021
22232425262728
2930     

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 7th, 2025 09:12 am
Powered by Dreamwidth Studios