Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Media queries in SugarCube

edited April 2016 in Help! with 1.x
Hi,

Long time no post,

But I'm trying to embiggen the text box area on large screens because it's super tiny atm, but my media query doesn't seem to be applying:
@media screen and (min-width: 2000px) {.passage{max-width: 900px}}

If I put this directly into the .passage css it works to change it for all screens, so there must be something I am missing.

Comments

  • edited April 2016
    Fixed it. That works if I put it directly after the .passage css in the custom css area, rather than in the header's media query style sheet or at the start of the css.

    Was just a loading order issue.
Sign In or Register to comment.