KevinD16 Posted September 25, 2020 Share Posted September 25, 2020 (edited) Site URL: http://www.shetland-financial.com My company name is overlaid on a banner image. It looks fine on desktop and tablet (though the size is currently smaller than I'd like as I was trying to fix this problem). When viewed on mobile, the text is superimposed on itself (rather than wrapping on two lines). How do I get it to automatically break itself into multiple lines? Pic for reference (in case it happens to look ok on your phone) Edited September 25, 2020 by KevinD16 Link to comment
tuanphan Posted September 27, 2020 Share Posted September 27, 2020 Hi, Change line-height to higher value or add this to Home > Design > Custom CSS @media screen and (max-width:640px) { h1 { line-height: 40px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment