on the dashboard there are two columns which have floats that aren't being cleared...

<div class="panels-dashboard">
  <div class="dashboard-left">...</div>
  <div class="dashboard-right">...</div>
</div>

It might be theme specific (using zen), but I think it would be nice, if it just clears them for you using the clear-block class...

<div class="panels-dashboard clear-block">
  <div class="dashboard-left">...</div>
  <div class="dashboard-right">...</div>
</div>

Thanks!

Comments

mmachina’s picture

i was having problems with my panels dashboard until i saw this post... then i copied the panels-dashboard.tpl.php file into my theme folder. then added the clear-block div tag to the code, and all was rosy!

merlinofchaos’s picture

Status: Active » Fixed

Easy enough to change. Fixed in D6 and 7.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit cb56565 on 7.x-3.x, master, pipelines, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    #927840: Add clear-block to dashboard HTML to ensure themes do not do...