It can be done quite easy in template settings - layout tab, if You will define 3 width sizes (table, small tablet and mobile) to 0px, and add this simple css to: /templates/gk_simplicity/css/override.css at its end:
- Code: Select all
.gkPage {min-width: 1200px;}
min-width here should be exact same as tempalte width size in template settings - layout tab.
Remember to enable "CSS override" in template settings - advanced section.