Split header in two module positions

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sun Dec 18, 2011 2:15 pm
Does anyone know how I can 'split' the existing "header" module position of Corporate2 into "header1" and "header2" like in the Financial Business Template?

Best Regards
Marcel
User avatar
Fresh Boarder

teitbite
Sun Dec 18, 2011 5:08 pm
Hi

I think easier would be to use a module class suffix for modules and only one header position :)

For example with using one module class suffix " width50" and adding this code to css:

Code: Select all
.width50 {
float:left;
width:50% !important;
}
User avatar
Moderator

GK User
Sun Dec 18, 2011 11:12 pm
Thanks for your quick reply mate.

Regarding your solution. Would that allow me to use the other 50% as a mobule position that I can use (for example) for news?
User avatar
Fresh Boarder

teitbite
Mon Dec 19, 2011 2:15 pm
Hi

The new class creation and the module class suffix will cut everything in half :) It doesn't matter which module position is it.
User avatar
Moderator


cron