studentkrubb 0 Report post Posted March 23, 2011 Hi, I'm trying to create a good looking news flow using soapboxes (http://nysida.studentkrubb.se/nyheter/). My concern is that the images are being put above the title when I'd much rather place them to the left of the title and the entire text content + button link. How can I possibly solve this? I've tried to locate the code controlling positioning using firebug but without result. Thanks in advance! Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 23, 2011 I would try using the normal Boxes Section where the icons come on the left by default and you can set column number on a page by page basis. OR add this CSS ` #soapbox .fboxgraphic { float: left; } ` Share this post Link to post Share on other sites