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

CommentFileSizeAuthor
imgtextwrap.jpg101.79 KBjmai

Comments

tobif’s picture

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.

Lioz’s picture

Status: Active » Closed (won't fix)