@media query mod through custom css
-
I’d like to modify my title to be smaller on mobile devices since ~50% of my traffic is mobile. (ultrasoundoftheweek.com) My title is slightly to big and wraps to two lines. I’d rather do this with custom CSS rather than editing the theme itself. Here is what I’ve tried:
@media screen and (max-width: 782px) { .h1 .entry-title{ font-size:1.25em !important; } }But, no bueno. Any one have thoughts?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘@media query mod through custom css’ is closed to new replies.
