Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS another simple @media query problem Re: another simple @media query problem

#93732
mikes02
Participant

That’s because it is being overwritten, you have your media query placed above article.main-content in the stylesheet, so it’s being replaced by the margin-left:250px. Move the media query to the bottom of your stylesheet and that should fix the problem. On a side note, you should really clean up your stylesheet, it’s a mess.