Closed (won't fix)
Project:
Marinelli
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2008 at 18:46 UTC
Updated:
14 Dec 2010 at 14:35 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| imgtextwrap.jpg | 101.79 KB | jmai |
Comments
Comment #1
tobif commentedI 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.
Comment #2
Lioz commented