Change the size of the site on all devices

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Aug 03, 2014 2:04 pm
Reply with quote
Report this post
Hi how do i make the site full size on all devices, and just using the desktop version please, i would like it so it does not matter how big your monitor is it will show exactly the same size fully, and no matter if i zoom in or out.

Please help thanks
User avatar
Junior Boarder

GK User
Mon Aug 04, 2014 6:34 am
Reply with quote
Report this post
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.
User avatar
Moderator


cron