Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 96580

ramin-36 on "[Theme: Asteroid] changing #container width"

$
0
0

Hey I have a problem changing the main container with.
I have a Asteroid child where I can change the width setting it to a percentage value, (e.g. width: 92%;)
But when on the page it overwrites the value with another value coming from media=screen, and I dont know where this is set.

media="screen"
#container {
width: 976px;
}
media="all"
@media screen
#container {
background-color: #FFF;
border: 8px solid #000;
margin: auto;
width: 92%;
...

width 92% is just crossed


Viewing all articles
Browse latest Browse all 96580

Trending Articles