davidhunternyc Posted August 30, 2020 Share Posted August 30, 2020 (edited) Site URL: https://sealion-swordfish-4y7r.squarespace.com/config/ Hello, I am trying to justify text in Squarespace 7.1. I have tried adding all of the CSS codes that have been recommended here and from YouTube. None of the code seems to work in the Safari browser. Please help. Thank you. Password: littlemoon (lowercase) Edited August 30, 2020 by davidhunternyc Link to comment
Beyondspace Posted August 30, 2020 Share Posted August 30, 2020 Hello it's me again, I just to do text align justify and it working p { text-align: justify !important; } Chele 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
davidhunternyc Posted August 30, 2020 Author Share Posted August 30, 2020 (edited) Again, maybe I'm doing something wrong? It is not justifying with the code? Are you editing in Safari? Edited August 30, 2020 by davidhunternyc Chele 1 Link to comment
Beyondspace Posted August 30, 2020 Share Posted August 30, 2020 7 minutes ago, davidhunternyc said: Again, maybe I'm doing something wrong? It is not justifying with the code? Are you editing in Safari? hey could you try this instead p { display: block; /* inline-block; */ text-align: justify; } Reference: https://stackoverflow.com/questions/51664036/how-to-justify-text-in-firefox-and-safari-with-css Chele 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
davidhunternyc Posted August 30, 2020 Author Share Posted August 30, 2020 O.K. I tried the new code. Still did not work... Link to comment
davidhunternyc Posted August 30, 2020 Author Share Posted August 30, 2020 Thank you for solving this problem. For other people who are trying to justify text using Safari, there is no CSS code that will do this at this time. A quick Google search will show that many people have tried and failed to justify text in Squarespace's CSS panel. Safari does not support "justify text" at this point and time. This is not a Squarespace issue. The only way to solve this is to use javascript code in the Advanced coding menu on Squarespace. This will require an upgrade from your basic plan. Do not hesitate to reach out to bangank36 for help. He was amazing! Thank you! Beyondspace and Chele 2 Link to comment
serg-dev Posted March 28, 2022 Share Posted March 28, 2022 I had the same problem. Finally found a solution. Feel free to use: p { text-align: justify; white-space: normal !important; } Hope it will help you ✌️ DigitalNeauxmad 1 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