Open freestylecoder opened 8 years ago
Could you send a screenshot of exactly where the extra whitespace that you mention here is? Want to make sure I'm fixing the right thing. :smile:
Hopefully, that helps.
I'm not sure how to check this locally, but try changing to #Content { padding-top: 35px; }
and #Content article { margin: 50px auto 0; }
and article { margin: 50px 0 0 0; }
in master.css
Also, on media query for #Content { padding-top: 85px; }
Is this issue still relevant?
Yup
On any page other than index, there is extra whitespace between the menu bar and the first article in the content section.