Inline Image Text wrapping problem

jmai - May 14, 2008 - 18:46
Project:Marinelli
Version:5.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

I like this theme. It's wonderful and was the only one I found to fit my requirement for my website. But I'm having problem with all these text wrapping around images causing layout problems. Anyone know how to disable the wrapping in the css file? I appreciated the help

AttachmentSize
imgtextwrap.jpg101.79 KB

#1

tobif - June 19, 2008 - 17:44

I found that images were always displaying to the left of text too. If you look in the styles.css file and look for:

#primary img {
margin: 0 15px 0px 0;
padding: 4px;
float: left;
}

and take out the 'float: left;' line that might help you.

 
 

Drupal is a registered trademark of Dries Buytaert.