Child Theme - Edit @media CSS with Child Theme

Hello,

How do I edit @media CSS with the Child Theme?  If I add the following code to either the Custom CSS per page or within the theme options nothing happens with the child theme; however, if I add it using the parent theme it works correctly.

@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }

It appears that this may be an issue with needing to ENQUE the rest of the CSS files (responsive.css - base.css).  I have done research on it and tried to figure it out, but nothing has worked.

How do I do this?


Thank you!
Todd

Comments

Sign In or Register to comment.