How to stack full width modules in same position

Support desk for Multipurpose Quark Theme
GK User
Thu May 21, 2015 5:43 pm
Hi

How can I stack FULL WIDTH modules on top of each other in the same module position? I have looked around in the forum/documentation but I haven't found any working sollution.

Regards
Lucien
User avatar
Senior Boarder

GK User
Fri May 22, 2015 6:36 pm
Could you please post an url to your site?
Which modules would you like to have full width?
User avatar
Moderator

GK User
Tue May 26, 2015 9:14 am
Hi Cyberek

I have sent you a pm with the url and made a note in the title of the modules to be shown in full width.

Thanks
User avatar
Senior Boarder

GK User
Sun May 31, 2015 8:55 am
By design template assumes having more than 1 module in 1 module position pushes side margins.
You can easily fix that by adding this code to the override.css file:
Code: Select all
#gkBottom3 {max-width: 100% !important;}

It will push #gkBottom3 module to 100% width.
User avatar
Moderator


cron