Guest Posted November 7, 2020 Share Posted November 7, 2020 Site URL: http://www.takebackyourcareerpodcast.com Hello, Is there a way to justify-align text blocks or specific sections? Attached are two sections, specifically, that I'd like to justify-align the text. Thank you password: boots135 Link to comment
creedon Posted November 8, 2020 Share Posted November 8, 2020 When you say justify text are you thinking of something like the following? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Guest Posted November 9, 2020 Share Posted November 9, 2020 21 hours ago, creedon said: When you say justify text are you thinking of something like the following? You nailed it, Creedon! That is what I am looking for, yes! Link to comment
creedon Posted November 9, 2020 Share Posted November 9, 2020 Add the following to Design > Custom CSS, it should get you started. #block-yui_3_17_2_1_1603820762733_15968 p { text-align: justify !important; } I couldn't find a way to the URL for episode 6. If you could post that URL I think I can come up with some CSS for that page as well and then generalize it to all episode pages. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Guest Posted November 9, 2020 Share Posted November 9, 2020 12 hours ago, creedon said: Add the following to Design > Custom CSS, it should get you started. #block-yui_3_17_2_1_1603820762733_15968 p { text-align: justify !important; } I couldn't find a way to the URL for episode 6. If you could post that URL I think I can come up with some CSS for that page as well and then generalize it to all episode pages. Let us know how it goes. Thank you! I actually hid the navigation and episode links (taking a different approach to my site). The CSS you provided for the other section worked perfectly, though! Thank you very much! Link to comment
Guest Posted November 10, 2020 Share Posted November 10, 2020 On 11/9/2020 at 12:10 AM, creedon said: Add the following to Design > Custom CSS, it should get you started. #block-yui_3_17_2_1_1603820762733_15968 p { text-align: justify !important; } I couldn't find a way to the URL for episode 6. If you could post that URL I think I can come up with some CSS for that page as well and then generalize it to all episode pages. Let us know how it goes. Hi @creedon, It did work on desktop without a problem but I noticed moments ago that on mobile it was still left-aligned. Is there a way to ensure it's justified on mobile, too? Thank you! Link to comment
creedon Posted November 11, 2020 Share Posted November 11, 2020 15 hours ago, gogreenmsu said: I noticed moments ago that on mobile it was still left-aligned. Is there a way to ensure it's justified on mobile, too? I don't have an answer at this time. Although I was able to see what you're are seeing on my ancient iPhone 5/iOS/Safari. I was unable to reproduce the issue in my usual testing environment. Perhaps others could take a look on their actual mobile hardware/software combos and tell us what they see and those data points might get us closer to an answer. If you have an answer please contribute! Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.