Home › Forums › CSS › Media queries not working › Reply To: Media queries not working
December 7, 2015 at 10:33 am
#235659
Participant
I reckon you’ve been working on it because I can’t find the longer class mentioned. My guess is that the selector specifics aren’t correct of those… an element with a class su-button su-button-style-bubbles butoni
in the markup would become .su-button.su-button-style-bubbles.butoni
in the CSS. It’s a single element, otherwise you’d be targeting (non existing) descendants.