GreenwoodBuilders Posted March 11, 2020 Share Posted March 11, 2020 Site URL: http://greenwoodbuilders.com Hi. I need to reduce the font size on the mobile template so that "Greenwood" does not get hyphenated. Occurs twice on home page and once on "Our Process" page. Any help is greatly appreciated! Thank you! Link to comment
Thurstings Posted March 11, 2020 Share Posted March 11, 2020 @GreenwoodBuilders Hello, Here is a code I use for most of my websites to stop hyphenation. // Hyphens // p, h1, h2, h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; } Let me know how this works for you - If this doesn't work for you, let me know and I can have a look at reducing the font for you. Link to comment
GreenwoodBuilders Posted March 11, 2020 Author Share Posted March 11, 2020 Thanks so much! Hyphens are gone, but font is a smidge too large - last two letters are cut off. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.