-
AuthorPosts
-
March 30, 2011 at 7:05 pm #162161
So, with 85% of all browsers now being over 1200 px wide, my client and I decided to move our template width to about 1200px. However, for the 15 % of people who are under 1200 px, they will have a horizontal scroll bar on our site, which is OK for us, but when people scroll, they see something very troublesome. I have attached a screen-shot to show what they will see when they scroll to the right. How can I fix this? My site is http://www.gooregongo.com
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 1, 2011 at 9:15 am #384433Hi, open http://www.gooregongo.com/templates/ja_tube/css/template.css, find this:
body#bd {
background: #121212;
color: #666;
}
change it to:
body#bd {
background: #121212;
color: #666;
width: 1200px;
}
that would fix the width of body and make it look like the wild 1200px screen.April 2, 2011 at 3:01 am #384514That unfortunatly creates a whole lot of problems for views larger than 1200px =/
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by jclark4321 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Template width issue
Viewing 3 posts - 1 through 3 (of 3 total)