Edit: sorry, moved this over to AT Commerce Theme issues.
I have a specific node type, in which I have several fields. I am trying to float the image field to the left, and wrap the other fields around it. But the "clearfix" classes on each field are preventing this. How do I float the image to the left and wrap the other fields around it?
I have tried selecting the "float image left" i the Adaptive theme settings, but that only wraps the first field. The other fields still stay cleared under the image.
I have also tried multiple css edits, including:
.field-type-image {
float: left;
margin: 0 15px 0 0;
}
Thanks!
Comments
Comment #1
Jeff Burnz commentedCant really help without seeing the site, reason is there will be other CSS so no matter what I put here it will be a bit of a guess.
Comment #2
Yuri commentedDid you find a solution?
Comment #2.0
Yuri commentedposted in wrong theme issues board
Comment #3
mattbloomfield commented