-
AuthorPosts
-
January 24, 2017 at 8:14 pm #737918
Hello,
I need to justify the text in all of the text blocks in this site: http://cubacounselcorp.com/home/I have tried various CSS snippets that I’ve found here but none of them work.
Can you help?
Thanks!
-CeciJanuary 24, 2017 at 8:19 pm #737925Hey Ceci!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock p { text-align: justify!important; }
Best regards,
YigitJanuary 25, 2017 at 12:38 am #738034Thanks so much!
I’m sorry I wasn’t very specific in my question. I’m looking to keep the alignment intact, but just justify it. So, if it is centered, I’d like it to be justified. Is this possible?
January 25, 2017 at 12:41 am #738037Hey!
The last bit of code that Yigit shared, does that.
if it is not what you need, please show us a screenshot with what needs to be done, so we can be directed properlyRegards,
BasilisJanuary 25, 2017 at 1:42 am #738053Hi Basilis,
It looks like that code made everything justified but to the left. I have text on the homepage here: http://cubacounselcorp.com/home/ that I’d like to be justified but centered.Thank you!
-CeciJanuary 25, 2017 at 2:57 am #738073Hi Ceci,
Unfortunately we can only choose one either to center or justify it. We hope that something like center-justify would be available on web browsers soon.
Cheers!
NikkoJanuary 25, 2017 at 4:24 pm #738442Thanks so much! Is there an easy way to justify just certain text blocks? I don’t seem to have the usual button in the Kitchen Sink to do it…
January 25, 2017 at 4:27 pm #738446Hi!
Yes, please refer to this post – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and enable custom CSS field for ALB elements and then edit your text block elements where you would like to justify the text and give them a custom CSS class ( “justified-text” in example) and then add following code to Quick CSS
.justified-text p { text-align: justify!important; }
Cheers!
YigitNovember 5, 2019 at 6:10 pm #1154038Hi, I’d like to have the web <p> text justified completely.
How could we get it?
Thanks.
DavidNovember 5, 2019 at 11:45 pm #1154110Hi,
@seomar Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:p { text-align: justify!important; }
If you have any other questions or issues, please start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post
Best regards,
Yigit -
AuthorPosts
- The topic ‘Justify Text in Text Blocks’ is closed to new replies.