Disable zoom controlling is not even possible. Think about all those users who have problems with their eyes - they need to increase page size to read easily.
If it goes to disabling RWD on the page - first thing you need to do is to change this option in template settings. After that - Please edit: /templates/gk_news2/css/override.css and add at its end:
- Code: Select all
.gkPage {
width: 1200px;
}
(change 1200px to your main column width).
Remember to enable "CSS override" in template settings - advanced section.