Download & Extend

Is minimum height for 'content' needed?

Project:Arthemia
Version:6.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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!

#2

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.

#3

Thank you.

#4

Status:fixed» closed (fixed)

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

nobody click here