Archived topic
Cant override the font-size smaller then 768px screen size
5 replies · Started by iamarghya on May 10, 2022
I have set two different font sizes for two different screen sizes but the font size is not overriding. See the website in the post template the titles I want them to be 19px when the screen size is smaller than 768px. I set those in CSS but not overriding.
Hi there,
you have many smaller screen @media queries in your CSS - see here:
https://www.screencast.com/t/N2EKuKDFK
And some of the screens smaller then 769px has a larger font size....
Yes because on a bigger screen I used 3 columns so I needed to use smaller font so is there anything that can be done between (669-769)px
You can set a range like so:
@media(max-width: 769px) and (min-width: 670px)
Hey I checked it suddenly started to work with the old CSS, I don't know what just happened😂😂😂😂 but Thanks. I have another question but am gonna create another topic for that.
OK glad to hear you got it working