Getting rid of empty grey space
-
I recently changed my blog’s theme and have extra grey space on either side of the actual blog content (with white background). I would like for the white space containing to content to either stretch across the entire page OR for the grey empty space to be a color other than grey. Could someone please help me with the CSS code to do both of these things so I can see which is the option I prefer for my site?
The blog I need help with is: (visible only to logged in users)
-
Hi there, let’s give this a try (turning the grey to white) and see what you think.
body.custom-background { background-image: none; background-color: #fff; }
- The topic ‘Getting rid of empty grey space’ is closed to new replies.