anagcan
Member
Posted 10 months ago #
hi, when i insert an image into my post and mark it as alignment "none", the text I write in the next line wraps aroun it instead of breaking. this only happens when the image is smaller than the full width of the post, so if i insert an image that is small but i want it to stand alone, i can't--the text wraps around it!!
it was happening to me on this post: http://masteremergencyarchitecture.com/2011/haiti-building-back-better/
although you cannot see it because i enlarged the images so that it wouldn't happen.
must be in my css but im not sure what to change as i don't want to mess up the align left (im guessing that's what i have to change??).
many thx!!
We need to see a page demonstrating the problem.
anagcan
Member
Posted 10 months ago #
ok, since its live, ive created another test post with the same content but modified to show the error.
http://masteremergencyarchitecture.com/2011/test-post/
404 - File or directory not found.
anagcan
Member
Posted 10 months ago #
Try adding:
.content p img.alignnone {float:none;}
to the bottom of style.css.
There's a style in typography.css that's overriding alignnone:
p img {
float: left;
margin: 1em 1em 1em 0;
padding: 0;
}
anagcan
Member
Posted 10 months ago #
@esmi -- thank you!!
@sixhours -- thx for your input too, wasn't sure what you were suggesting though. =)
anagcan
Member
Posted 10 months ago #