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:fixed
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 :(

#2

merakli - November 20, 2009 - 20:02

So, what is the solution to prevent blocks from being 'pushed downward by the content area'? I have a project with this theme, and all the blocks are moved under the main content, effectively collapsing the multi-column theme...

Has anybody solved this or should I forget about the effort and move away from this theme, or rewrite the style.css and try to fix it?

#3

ktleow - November 22, 2009 - 08:43
Status:needs review» active

Hello guys,

I'm terribly sorry as I've been away for months due to studies and freelance works.
I'll be back and have planned on rewrite for my themes at Drupal.org.

I've also added this feature request into my to-do list for Fervens.
Expect it to be done in the next 1-2 weeks.

#4

ktleow - December 5, 2009 - 13:27
Status:active» fixed

I've rewrote the theme, now available in version 2.x

Let me know if this problem is still there.

 
 

Drupal is a registered trademark of Dries Buytaert.