Two modules at the same position

GK User
Fri Feb 01, 2013 6:17 pm
Hi everyone,

I would like to ask for help with that problem...I want to make in GKeSports template two divisions in Header module

https://www.box.com/s/t3fwjt9u82sz2b8qh998

And I want it to be like the section left_left and left_right of the template

https://www.box.com/s/on4qyuhmcgjwjhn64q5e

Best regards.
User avatar
Fresh Boarder

teitbite
Fri Feb 01, 2013 7:45 pm
Hi

You can try to make it by adding new module class suffix. For example called "col2". The code for this suffix should looks like:

Code: Select all
.box.col2 {
width:50%;
float:left;
}
User avatar
Moderator

teitbite
Mon Feb 04, 2013 2:57 pm
Hi

I got Your mail. You doesn't need to change anything in template files beside adding code for new module suffix. Some module positions are not accepting module class suffix by design, but it can be changed in template settings by overwriting a style name for this position to "gk_style".
User avatar
Moderator


cron