Guest Posted September 25, 2020 Share Posted September 25, 2020 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) 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.