Reducing size page title for small screens
-
Hi,
This is the second site I’ve ever created so please be nice!
I’m using a cherry framework child theme and have my stylesheet CSS open. I want to reduce the size of page titles (e.g. Employment Rights on this link https://www.professional-nannies.org.uk/nanny-information/employment-rights or on https://www.professional-nannies.org.uk/nanny-information/registering-with-regulatory-bodies the Registering with Regulatory Bodies is too long) when the site is viewed from a mobile device, because at the moment the words are being split up and it doesn’t look nice. I tried this:
@media only screen and (max-width: 400px){
h2.entry-title {
font-size: 10pt;
}
}But it doesn’t seem to change anything.
The other option would be to remove the ‘you are here’ if that’s easier?
- The topic ‘Reducing size page title for small screens’ is closed to new replies.