Active
Project:
Omega
Version:
7.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2012 at 18:49 UTC
Updated:
3 Apr 2012 at 01:13 UTC
I'm trying to increase the white space to the left and right of #page (much like the acquia.com site), and no matter what I do, I can't get it right, lol. What's the 'correct' way of increasing that space?
any hints would be greatly appreciated...
Comments
Comment #1
afountain commentedIf you're using 12 columns try this in your global.css
#page .container-12 {
margin: "amount-of-margin";
}
Comment #2
WorldFallz commentedThanks for the suggestion. I tried that, and many variations of it. For whatever reason it sets the left margin, but not the right and the page seems just shifted to the right.
Comment #3
afountain commentedHmm Try
#page{
padding:100px;
}
that does the trick for me
Comment #4
WorldFallz commentedvery very weird-- this adds the padding to the top, bottom, and left-- and the right is shifted over (from being pushed by the left padding) and the white space remains the same.
That's with the core omega 3.1 theme, not even a subtheme. Using firefox. i have to test with other browsers-- maybe it's a firefox thing.