how do you keep web page fixed when resize?

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
Wed Feb 04, 2015 2:36 pm
Reply with quote
Report this post
Hi if you look on the demo of this template and you minimize your browser and reduce the width everything inside the page goes smaller, ho do you make it so its fixed so when you resize the content the page stays the same.

Thanks
User avatar
Junior Boarder

GK User
Wed Feb 04, 2015 3:28 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Feb 04, 2015 4:07 pm
Reply with quote
Report this post
sent you pm thank you
User avatar
Junior Boarder

GK User
Thu Feb 05, 2015 9:27 am
Reply with quote
Report this post
At what width would you like to fix your site (in pixels)?
User avatar
Moderator

GK User
Fri Feb 06, 2015 7:00 am
Reply with quote
Report this post
1410px please
User avatar
Junior Boarder

GK User
Sat Feb 07, 2015 5:00 pm
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
.gkPage {
width: 1410px;
margin: 0 auto;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Feb 20, 2015 4:45 pm
Reply with quote
Report this post
Thanks works great! how about if i want this for all apart from mobile version of site as i would like mobile version set to 600.
Can you help me out with this please
User avatar
Junior Boarder

GK User
Sun Feb 22, 2015 6:05 pm
Reply with quote
Report this post
But template itself already has a mobile view - but doing the change you have somehow disabled it.
You can try to play with @media-queries:
http://css-tricks.com/css-media-queries/
User avatar
Moderator


cron