CarolynSmith Posted April 22, 2020 Share Posted April 22, 2020 Site URL: https://hulseygardens.squarespace.com/about Does anyone have a solution for using code to justify body paragraph text that works on all browsers? I applied the following CSS code to the site below, and it is working to justify the text in Google Chrome, but not in Safari. Quote p{ text-align: justify; } Any advice or solution is appreciated. Thanks! https://hulseygardens.squarespace.com/about Password: 1234 Link to comment
Guest Posted April 24, 2020 Share Posted April 24, 2020 Looks like browsers don't support this property well -- https://caniuse.com/#search=text-align%3A justify%3B Link to comment
SamanthaJay Posted April 27, 2020 Share Posted April 27, 2020 Hi Carolyn, Did you get anywhere with this? I have the same problem. Link to comment
tuanphan Posted April 27, 2020 Share Posted April 27, 2020 On 4/23/2020 at 3:11 AM, CarolynSmith said: Site URL: https://hulseygardens.squarespace.com/about Does anyone have a solution for using code to justify body paragraph text that works on all browsers? I applied the following CSS code to the site below, and it is working to justify the text in Google Chrome, but not in Safari. Any advice or solution is appreciated. Thanks! https://hulseygardens.squarespace.com/about Password: 1234 try text-align: justify; text-justify: inter-word; 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
CarolynSmith Posted April 28, 2020 Author Share Posted April 28, 2020 On 4/27/2020 at 4:10 AM, tuanphan said: try text-align: justify; text-justify: inter-word; This works on Chrome but sadly not on the Safari browser. It is okay if there is not a solution for this. Thank you for your help. Link to comment
CarolynSmith Posted April 28, 2020 Author Share Posted April 28, 2020 For another code justification fix, would you be able to tell me how to center the description text on a Newsletter Block on 7.1? I have not been able to find this in another thread. You can view this issue on the same site and password as above. Thanks so much for your help. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.