Blax Posted April 6, 2020 Share Posted April 6, 2020 Site URL: http://www.lifechuchak.com First, Squarespace please note that justify should be a standard feature in typography! Second, I've done this in the past with other templates but for some reason I can not get text to be justified in this template outside of the Google Chrome browser (specifically Safari). I've tried everything I can think of using inspector to throw in different wrappers and such, but I must be missing something. Any ideas? Link to comment
Blax Posted April 6, 2020 Author Share Posted April 6, 2020 Yes, yes I know justify has a bad taste for some web designers... However we should still have it IMO 😉 Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 Have you solved yet? 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
Blax Posted April 12, 2020 Author Share Posted April 12, 2020 Nope 😞 Only works across Chrome, haven't been able to solve for Safari. Link to comment
JOHNMD Posted April 12, 2020 Share Posted April 12, 2020 p { text-align: justify; text-justify: inter-word; } 7.1 place in Design> CSS: should work for all paragraph text excluding titles etc. mcgouran.john@gmail.com Link to comment
Adam9 Posted July 10, 2020 Share Posted July 10, 2020 Hi @JOHNMD How do you do the same in titles? In particular H4.. Thank you! Link to comment
JOHNMD Posted July 11, 2020 Share Posted July 11, 2020 @Adam9 h4 { text-align: justify; text-justify: inter-word;} And a couple of other adjustments for on h4 good measure - I used the Google Proxima-nova font which you must load into the system first!) h4 {font-family: proxima-nova, sans-serif; font-weight: 300; font-style: italic; } The point above on Safari can be an issue with justify text. I've used justify on sites but find that it looks a little too distracting on Mobile. I tend to use it within a Markup section only and usually back off unless completely necessary as I'm down to a specific div which won't have much of an impact overall and the above code changes from all site h4's to a specific div h4. - John mcgouran.john@gmail.com Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.