Add Margin Space to Main Content Area rojtalbot 10 years ago I recently added the following code to eliminate white space above main content area: .home #main { padding: 0; } But the problem is that it removed the left margin to 0. How can I restore a margin?