For pages with all blocks disabled

bomarmonk - January 31, 2009 - 04:23
Project:Fervens
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review
Description

If you disable all blocks, Fervens content area will collapse. I fixed this problem by changing the style.css from

#main.main-tl {
  background: #fff url(images/content-tl.png) no-repeat top left;
}

to
#main.main-tl {
  background: #fff url(images/content-tl.png) no-repeat top left;
  width: 100%;
}

Now I can disable the blocks, and the center content area stays at a normal width. Is this a good fix? I'm not sure.

#1

bomarmonk - January 31, 2009 - 04:25

On second thought, this is only good without blocks. If you have blocks enabled, these blocks are pushed downward by the content area :(

 
 

Drupal is a registered trademark of Dries Buytaert.