2 modules on same position (Top1) but on 2 rows ?

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Sat Sep 20, 2014 2:15 pm
Hello there at Gavick,

I would like to insert 2 modules in positions "Top1" or "Top2", but displayed on 2 rows instead of 1 row.
Currently the 2 modules are sharing width on a same row 1/2 + 1/2.
If I add suffix "double" to the first module, width is shared 2/3 + 1/3.
But I cannot put each module - full width - on 2 rows. For instance another module in position "Top1" under Tabs GK5 "Upcoming events" (I already used position "Top2" for another module).
Any solution to this problem ?
Thanks in anticipation for your help !
User avatar
Fresh Boarder

GK User
Tue Sep 23, 2014 2:38 pm
Hello,

In this case please try to use the following code:

Code: Select all
#gkTop1 .box,
#gkTop2 .box {
clear: both!important;
width: 100%!important;
}
User avatar
Administrator


cron