AS you can see in the attached image, the text on this specific element is too large for mobile. I would like to make it smaller but JUST on mobile. It is using an H1 heading and my site-wide H1s are set to 47 px.
I would like this H1 to be 30 px.
Hey samanthashea,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Providing my temporary log in. This is about the newsletter form (I use Convertkit) that is visible on the homepage. The problem is the “Join the Newsletter” text is too large on mobile and it is an H1.
Please help I need this fixed to make my staging site live
Hi,
Add this to quick css:
@media only screen and (max-width: 600px) {
.formkit-header h1{
font-size:25px!important;
}}
Best regards,
Jordan Shannon
Awesome it worked perfectly, you can close this topic!
Hi samanthashea,
We’re glad to hear that :)
Thanks for using Enfold and have a Merry Christmas!
Best regards,
Nikko