Guest Posted July 11, 2020 Share Posted July 11, 2020 Could anyone please suggest, how do i Justify text in 7.1. i am using brine theme. It should be simple code to paste in design > custom css > p { text-align: justify; text-justify: inter-word; } This does not seems to be working at all. i still have text to the left. Please suggest what i am doing wrong and what is the correct way to do it. Thank you. Link to comment
derricksrandomviews Posted July 11, 2020 Share Posted July 11, 2020 First off Brine template is 7.0. Where are you wanting to do this? In a text block? Title? Header? 7.1 and 7.0 text styles config, getting there, is very different from each other. But code may not be necessary in either case. You might want to post a link to your site with a view only password, so we can take a look. Link to comment
Guest Posted July 12, 2020 Share Posted July 12, 2020 Thank you @derricksrandomviews i want to justify the text in product pages description section. please see the pics attached. This is on all the pages. My blogs and product pages. Request you to please help. Link to comment
derricksrandomviews Posted July 12, 2020 Share Posted July 12, 2020 P { text-align: justify } The above code may not look right with some text blocks so you might just want to put it in certain pages in advanced header so it would look like this. <style>P { text-align: justify } <style> Link to comment
Guest Posted July 13, 2020 Share Posted July 13, 2020 HI @derricksrandomviews Thank you for sharing this. I tried this but no luck. i also tried to put this in design>custom css no luck. Please help. Link to comment
derricksrandomviews Posted July 13, 2020 Share Posted July 13, 2020 It works in 7.0 blog page settings advanced code injection and in other places but I don't like how it arranges small text blocks next to an image. Link to comment
derricksrandomviews Posted July 13, 2020 Share Posted July 13, 2020 It works in 7.0 blog page settings advanced code injection (and I am using it there as of today) and in other places but I don't like how it arranges small text blocks next to an image on a gallery page when the code (minus style command) is added to custom css. I could not get it to justify descriptions under a summary image thumbnail. I suspect that is because I didn't target the collection. I think the code to do that would be the following with element-to-justify replaced with the actual target. .element-to-justify { text-align: justify; } Here is a tutorial to find the actual block you want to change: my random views derrick Lee parker Link to comment
Guest Posted July 13, 2020 Share Posted July 13, 2020 Thanks @derricksrandomviews I have emailed you some information. Please check. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.