Closed (fixed)
Project:
Zero Point
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2011 at 15:55 UTC
Updated:
13 Apr 2011 at 18:11 UTC
I have modified the custom-style.css in the "sites/all/themes/zeropoint/_custom" folder, removed the comment marks ( /* and */ ), saved it back to the folder and clear the cache data. But nothing happened. Here is my code (I changed it to 1220px):
/*******************************/
/* CUSTOM FIXED or FLUID WIDTH */
/*******************************/
/* First choose "Custom Layout width" in 0 Point settings page.
* Uncomment the lines below and modify the value as you wish.
* E.g. 1000px for fixed width or 85% for fluid width */
body.layout-fluid .sizer {
width: 90%;
}
body.layout-fixed .sizer {
width: 1220px;
}
Comments
Comment #1
florian commentedDid you changed the theme settings to "fixed width", also?
Comment #2
handokozhang commentedYes, I did. It's already fixed width, but only 980px (I guess). No matter what the size I set, it's won't change.
Perhaps you may need to know, the website is using:
- Drupal 7.0
- CKEditor 3.5
- CSS Injector 7.x-1.4
- CTools 7.x-1.0-alpha2
- IMCE 7.x-1.2
- Dynamic display block 7.x-1.x-dev
- Ubercart 7.x-3.0-beta1
- Sweaver 7.x-1.1
Comment #3
florian commentedJust flush the browser cache with CTRL+F5. Do that after any change in css files
Comment #4
LeMale commentedI have exactly the same problem, no one of the suggested solutions works. Any other suggestion ?
Regards,
Comment #5
florian commentedI am sorry but I am unable to reproduce that.
What happens when you changed the theme settings to "fixed width"? Probably it had fixed width. If you change something in custom-style.css you should have no CSS aggregation and flush the browser cache to see the modifications.
Comment #6
LeMale commentedWhen I change the theme settings to fixed width the result is actually fixed width, to 980px I think.
no matter what value I give to body.layout-fixed .sizer on custom-style.css nothing change on the site (of course I delete the cache and refrech the page with Crl-F5).
Here is my custom-style.css file :
Any suggestion ?
Comment #7
florian commentedSorry for my superficiality ... indeed it is a bug which will be corrected in the next release. You should change the following lines in custom-style.css file:
... to:
... then do the rest, as usual. I forgot to add a "zero" (0) after each ".sizer".
Comment #8
LeMale commentedIt worked.
Thank you.
Comment #9
davesf-1 commentedThe 0 did it for me...now I can bandage up my head and fix the wall I was hitting it against!!!