Active
Project:
Waffles
Version:
6.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2009 at 11:12 UTC
Updated:
4 Feb 2011 at 06:20 UTC
Hello,
Thanks for the best looking theme on Drupal first of all.
Whenever I use panels (even the simplest panel), the content section comes below sidebar last. (Same thing with Acquia by the way)
You can temporily see this here: http://thatscookedby.com/new/node/1 (where the content drops below the "my profile" block)
Thanks for any help you can give me.
Comments
Comment #1
drupalusering commentedeasy fix. In style.css for waffles you will find #content-inner to be blank { } JUST put clear: left; ... That's it
Comment #2
david7 commentedsee my answer at http://drupal.org/node/711424
Comment #3
drupalusering commenteddavid7 has the correct solution of using default clear-block available through most themes. display:block could also work depends..