Imbalance 2: less space between Header( &Menu) and post area
-
1. I have a custom upgrade. I am using Imbalance2 and I have altered the top (menu #1) with css so that the menu runs horizontally and I would like to decrease the space between the Menu and Post/Page area (there is presently 100px or so of white space)
2. my present css alterations have caused my Post/Page content to hang about 200px to the right (which looks odd and wastes space) can this be fixed?
Thank you in advance.The blog I need help with is: (visible only to logged in users)
-
Hi, since you are not using the middle and right header widget areas, let’s set those to display: none, which will take away a little of the space.
#header-right, #header-center { display: none; }There is also some top padding for #boxes that you can reduce.
#boxes { padding-top: 40px; }
- The topic ‘Imbalance 2: less space between Header( &Menu) and post area’ is closed to new replies.