Posted by jmai on May 14, 2008 at 6:46pm
Jump to:
| Project: | Marinelli |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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
| Attachment | Size |
|---|---|
| imgtextwrap.jpg | 101.79 KB |
Comments
#1
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.
#2