Closed (fixed)
Project:
Zero Point
Version:
6.x-1.7
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2009 at 15:36 UTC
Updated:
24 Jan 2010 at 13:40 UTC
Hello there,
I love this theme, thanks a lot.
I want to know how to change the width of Zero point to a small value, like 850px, not 1024px(i guess) as it is now?
Could you help me out?
Thank you very much!
Comments
Comment #1
florian commentedIt is a bit complicated because the theme has an adaptive width, using The Jello Mold Piefecta Layout (http://www.positioniseverything.net/articles/jello.html).
You have two options:
1) change the default behavior using Jello Layout Tool (http://www.positioniseverything.net/articles/sidepages/pie-calc.php)
2) transform the theme into a fixed width-centered theme doing as below ...
You have to modify the following files:
- from layout-fixed.css and layout-variable.css erase .page, .sizer and .expander lines and place this code:
- from ie6.css erase .sizer
Comment #2
Webster619 commentedI tried this and it worked great in FF. Exploded in ie6
Comment #3
pursuehappiness83 commentedFlorian,
Thank you so much for your help.
I tried the second solution, it works for me.
Comment #4
florian commentedIn the next release, I will add a switch from Jello adaptive width to a custom fixed width.
Comment #5
florian commentedDownload ver. 1.7 and read the comments in _custom/_custom-style.css file. the idea is to keep all additional customization in this file. So, the code is simple:
Comment #6
florian commentedComment #8
coryms commentedTook care of my need for a fixed width. Thanks!
Comment #9
Eugene Fidelin commentedI want to have fixed layout without horizontal scrollbar on 1024x768 monitors
I uncomment style http://drupal.org/node/487588#comment-1769898
And change 1024px to 1003px (and even to 900px) in .sizer { width
but nevetheless i have horizontal scrollbar on 1024x768 monitor
I even try rhis fiz - but it didn't help http://drupal.org/node/510840#comment-1824596
What else i have to change in style? here is a site - http://fireshow.kharkov.info/photo
Comment #10
florian commented