Site title not resizing to fit screen on phone version of my site.
Is there a way to make sure it does this and doesnt go off the screen?
Or have a different site title for phone version of the site ?
-
Site title not resizing to fit screen on phone version of my site.
-
-
Hey @Shaun-Bass
Try to add this to your mobile CUSTOM CSS:
.mobile-title.image img { width: 100%; height: auto; margin-top: -3px; }
Best!
Marius
-
@mariusjopen
THANKS SO MUCH <3 xxxx