Do standard CSS media queries not work?
-
hi there,
i need to do some tweaking of various elements (on mobile) & the way I usually do this is using a media query in the child theme’s css file.
this doesn’t seem to be working, i’m using this:/* #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 767px) {}if there are some specific queries to use with this theme, or, some other way to do this – can someone please point me in the right direction?
an example would be reducing the h1 size on the homepage.
thanks,
Jason
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Do standard CSS media queries not work?’ is closed to new replies.