Quantcast
Channel: responsive – WordPress.org Forums
Viewing all articles
Browse latest Browse all 16569

WPyogi on "Media Query Overriding the Main Styles"

$
0
0

Line 77 is not in the media query - that's an error here:

#content{
	color:#666;
	width: 990px;
	margin: 30px 0 0 0px;
	padding:0;
	}

	width:1000px;
	height:600px;
	}

#press {border-top: 1px solid #ccc;}

And the semi-colon after 729px is an error:

@media only screen
and (max-width:729px;){

Viewing all articles
Browse latest Browse all 16569

Trending Articles