Stephilius Posted August 24, 2019 Posted August 24, 2019 Just getting my site going. Really happy to find out how to be able to justify my text blocks with a little help from CSS. body p, .sqs-layout .sqs-block.html-block p, .sqs-layout .sqs-block.markdown-block p { text-align: justify; } I set up everything in Chrome, where it looks perfect. But it doesn't seem to have any effect in Firefox or Edge. Any fix for that?
SnazzyView Posted August 24, 2019 Posted August 24, 2019 Try this: body p, .sqs-layout .sqs-block.html-block p, .sqs-layout .sqs-block.markdown-block p {text-align: justify!important;} https://support.squarespace.com/hc/en-us/articles/115012080887-Formatting-and-styling-text
Stephilius Posted August 24, 2019 Author Posted August 24, 2019 Thanks. But that doesn't seem to make a difference in either Firefox or Edge. And, actually, it does something weird in Chrome when the pages load - justify, un-justify, justify. Thanks, though!
Stephilius Posted August 24, 2019 Author Posted August 24, 2019 Thanks. But that doesn't seem to make a difference in either Firefox or Edge. And, actually, it does something weird in Chrome when the pages load - justify, un-justify, justify. Thanks, though!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.