Hi
Remember that it's a responsive framework, so it's clear it will work perfectly.
But anyway try this:
Go to template parameters > advanced settings and enable the use of css override.
Them open ../css/override.css file and add this line:
- Code: Select all
#gkBottom .box.bigger {width: 50%}
on the following file add
../css/mobile.css
- Code: Select all
#gkBottom .box.bigger {width: 100%}
../css/tablet.css
- Code: Select all
#gkBottom .box.bigger {width: 100%}
Now go to module manager and add "[space]bigger" suffix to the respective bottom module position.
Cheers