Hi,
When I am opening my site on a mobile the title is to big and is not fully on the screen.
Why is this?
Can you fix this?
Thank you!
Hey Linden_Mobile!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 500px) {
h1 { font-size: 40px !important; }}
Regards,
Yigit
It is fixed. Thank you.