You have in your theme somewhere 80px attributed to the size and then on your theme’s responsive.css file line 1162 (i’m on a laptop) there’s another one for 60px
I altered that part here
@media only screen and (max-width: 1440px) and (min-width: 1200px){
h1 {
font-size:34px !important;
line-height:1em !important;
}
You’ll have to look around for more but that might help for now.
I changed the responsive.css file 1162. But I don’t know where the other one could be
Use Chrome Dsveloper Tools to find it. It’s somewhere but it doesn’t matter. Add my snippet there and pick your size. I just addded a random smaller size.
Sorry, just noticed my meh. I missed a bracket.
@media only screen and (max-width: 1440px) and (min-width: 1200px){
h1 {
font-size:34px !important;
line-height:1em !important;
}
}
-
This reply was modified 6 years, 11 months ago by
Stef.
It worked. Thank you stef!!!
@retropete glad to see @serafinnyc could help you out!
I’m going to mark this as resolved – if you have any further questions, you can start a new thread.