Hi,

I noticed that in some nodes where comments are not enabled that there is a large white space in the content area below, just above the footer.

This is as a result of the following:

#content {
background:none repeat scroll 0 0 #FFFFFF;
float:left;
font-size:1.05em;
line-height:1.75em;
<strong>min-height:400px;<strong>
padding:10px;
}

Is there a work around for this?

Thanks!

Comments

HS’s picture

Correction. The above should read,

This is as a result of the following:

#content {
background:none repeat scroll 0 0 #FFFFFF;
float:left;
font-size:1.05em;
line-height:1.75em;
min-height:400px;
padding:10px;
}

Is there a work around for this?

Thanks!

NaheemSays’s picture

Status: Active » Fixed

you can add a local.css file with

#content {
min-height:200px;
}

or some other number if you wish to override the default value.

HS’s picture

Thank you.

Status: Fixed » Closed (fixed)

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