Automatic height last module right_left and right_right

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sun Jul 22, 2012 2:59 pm
Is it possible to make a custom module prefix that is giving an automatich height til the bottom of the content session?

Now I have left my content, right_left is shorter an right_right is even shorter than right_left. I want to add one extra module on both right collums that automatic ends at the downside of content.

I maked an prefix " last" and ad following CSS to template.css:

#gkPage .box.last div.custom.last {
height: 100%;
min-height: 100%;
}

But that doesn't work, probably because I must change "gkRightMiddle" also?
height an min-heigt doesn't work there...

Maybe somebody can help me with this little tweak?
See attachment for what I want to do...
User avatar
Fresh Boarder

GK User
Sun Jul 22, 2012 11:51 pm
Hi

I understand your request, but it's very difficult or even not possible to achieve on those positions.

I would populate that space with a custom module with some text inside and then add "[space]stretch" module suffix.

Naturally you would need to add this class on css:

Code: Select all
.box.stretch .content {visibility: hidden;}


Cheers
User avatar
Platinum Boarder

GK User
Fri Aug 03, 2012 1:32 pm
Seichinha wrote:I would populate that space with a custom module with some text inside


Hi Seichinha,

That's not working for us because the content of the frontpage changes serveral times a day, so the height changes everytime also.
User avatar
Fresh Boarder


cron