Site logo

Archived topic

Cant override the font-size smaller then 768px screen size

5 replies · Started by iamarghya on May 10, 2022

Viewing posts 1–6 of 6

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.

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

This archived topic is closed to new replies.