Closed (fixed)
Project:
Zenophile
Version:
6.x-1.1-beta8
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2009 at 21:18 UTC
Updated:
13 Sep 2009 at 20:10 UTC
I am trying to modify Zen, so I created a subtheme with Zenophile. First, I need to add a little color.
I gave both the header and content divs background-color specs. I see that these divs don't extend to the top/sides of the browser, and that there is a approx. 1em margin around all page elements. I cannot find where this margin is set. I want it set to 0.
I set the margin on the body element to 0 (and padding:0; for good measure) but that did not change it. I also added an html element, and set margin and padding to 0, but no change there either.
Comments
Comment #1
photocurio commentedps. I modified the layout.css file in the subtheme folder to set margin and padding to 0. Is there a spec on a different css sheet I need to change?
Comment #2
Garrett Albright commentedTry using Firebug or an analogue on another platform to find what's causing the padding to stick around. (If you have no idea how to use Firebug, stop everything and learn how to use it before you attempt any other sort of web design, please.)
Also, you should be modifying [theme].css (or [theme]-fresh.css, if you created it) instead of layout.css.
Closing the issue as it's not strictly related to Zenophile.