herbshirt
Member
Posted 3 years ago #
I've had this issue previously:
http://wordpress.org/support/topic/233783?replies=3
I'm trying to align images left and right so the text wraps properly around it. I'm no css expert but I was sure I could nail this one. Apparently not. There must be a conflicting class somewhere?
Here's the page in question:
http://www.bradhalcrow.com/background/
Your help appreciated.
Thankyou.
don't float your paragraphs. it's in 2 places. remove the
float: left;
#post-entry p {
-x-system-font:none;
color:#4C2F1C;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
margin:0 0 15px;
width:98%;
}
p {
float:left;
line-height:25px;
margin:6px 0 6px 5px;
padding:0;
width:180px;
}
herbshirt
Member
Posted 3 years ago #