even size of the blocks

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Jun 16, 2010 1:59 pm
Hello,
I could not find any answer to this issue so I am posting it here. I have a problem with even size of the blocks on the main web, what do I mean? On the demo web of corporate 2 you have 3 columns: new, popular, partners in business (i just noticed even on the demo partners in business does not match new and popular in size - it is longer)
The only option I tried is to shorten the amount of words in the column but this is just playing around everytime I add an article...is there any other option to make the columns-tables even in size!?

best
Daniel
User avatar
Fresh Boarder

GK User
Wed Jun 16, 2010 2:46 pm
you can make a custom hoax in template.css like i did...

e.g
Code: Select all
/*
 * FORCE HIGH ON MODULES
 */
#gk-mainbody .moduletable { height:250px; }
#gk-botsl1 .moduletable { height:130px; }   
#gk-right .moduletable { height:250px; }   


this will forze the hight of the right, mainbody to 250px and all bottoms to 130px
User avatar
Platinum Boarder

GK User
Mon Nov 08, 2010 5:06 pm
I would like to do the same with some of the 'top' positions. I already tried to replace #gk-right into #gk-top7 but that doesn't work.
User avatar
Fresh Boarder

GK User
Mon Nov 08, 2010 5:19 pm
Hi

I would not recommend this solution. This will effect all pages and you will not have control of it. Instead i suggest that you try adding module suffix to each module.

For example:

Code: Select all
.moduletable.fixedheight {height: 100px}


Them add this suffix "[space]fixedheight" to each module suffix.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Nov 08, 2010 10:40 pm
where should the .moduletable.fixedheight be put seinchinha... seems like a really good idea;)
User avatar
Platinum Boarder

GK User
Tue Nov 09, 2010 10:15 am
You rock! Just put the code in the template.css and the suffix in each module you want to change.
User avatar
Fresh Boarder

GK User
Tue Nov 09, 2010 4:19 pm
great thanks... i would suggest to add it in the override.css thou and then enable the override.css . this way you will be able to update the template without loosing anysettings...
User avatar
Platinum Boarder


cron