Different box heights top positions/text control

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Aug 17, 2010 8:37 am
How can I control the height of the front page boxes at top module positons? I tried several settings concerning text limitation (word counts), but this doesn't help really. Depending on versal Letters or not the text box heights varies. Any idea or helpful settings?

Thanks
User avatar
Junior Boarder

GK User
Tue Aug 17, 2010 10:27 am
I'm interested also for the Corporate 2 template. Is there a way to control the height of the module on the backend?

I have tested it on the template.css / .gk-box-left .moduletable_text with a fixed height - but this is not the best way.

Test

Regards, Thomas.
User avatar
Junior Boarder

GK User
Tue Aug 17, 2010 10:47 am
That's exactly my question. I only found to control the image size and word counts. Not more...
But your template css changes are better than nothing and a step in the right direction ;-)
User avatar
Junior Boarder

GK User
Tue Aug 17, 2010 11:49 am
i used this in my corporate 2 css file to limit the height..

#gk-mainbody .moduletable { height:165px; }
#gk-botsl1 .moduletable { height:100px; }
#gk-right .moduletable { height:165px; }

thats the only way of doing this
User avatar
Platinum Boarder

GK User
Tue Aug 17, 2010 12:10 pm
Thanks for your hint/help. I changed the following .css files:

/templates/gk_postnote/css/gk_stuff.css (at line 148) class .nsp_arts { overflow:hidden; height: 345px; }

I left .moduletable and the others untouched, because I just need a similar height to the news start page. Now it works fine.

Thanks B)
User avatar
Junior Boarder


cron