Bottom and Top module heights

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed May 05, 2010 1:25 am
Is there a way to set the template up so that all of the TOP modules match the same height (based on tallest one) and the same for bottom? With the heights uneven, it looks a little choppy.
User avatar
Fresh Boarder

teitbite
Wed May 05, 2010 2:18 pm
Hi

Can I please see Your site?
User avatar
Moderator

GK User
Wed May 05, 2010 6:27 pm
User avatar
Fresh Boarder

teitbite
Sun May 09, 2010 1:29 pm
Hi

You can set the height of this modules manualy at css. For example adding class:

Code: Select all
#gk-topsl1 .moduletable {
height:300px;
}


But it will not stretch when more text will come into it. The second solution will be to use javascript to count the highest module and set this height for the rest but it's not so simple. But I cannot help much with this because I do not know javascript.
User avatar
Moderator

GK User
Sat May 15, 2010 7:39 am
in which css file should this be changed?


thx in advanced..
User avatar
Platinum Boarder

GK User
Tue May 18, 2010 8:03 am
teitbite, could you please specify which css file this should be in? thx in advance:)
User avatar
Platinum Boarder

teitbite
Tue May 18, 2010 2:46 pm
Hi

I always prefer to adding css code at template.css file. It's the one loaded at last and can have a look at all changes.
User avatar
Moderator

GK User
Thu May 20, 2010 10:12 am
thx. got all to work now :)

if anyone would like to know more you can have right1 right2 forced hight by this command
Code: Select all
#gk-right .moduletable { height:130px; }   

and mainbody
[code]
#gl-mainbody .moduletable { .... }
User avatar
Platinum Boarder

GK User
Thu May 20, 2010 11:45 am
hmmm actually i can't figure out what the buttom1,2,3,4,5,6 is named ?? gk-??

can anyone help here :)



edit - found it :) for others it is botsl1
User avatar
Platinum Boarder


cron