Dear support,
how do I justify my text inside the text block. I cannot seem to find the justify text button.
Your help is greatly appreciated!
Thank you!
Dalen
Hey Dalen,
There’s no justify button on wordpress editor as well as in Enfold. Try enabling Custom CSS Classes first: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then on your text block in Custom Css Classes add this text-justify. Then go to Enfold > General Styling, and on Quick CSS add this css code:
#top .text-justify {
text-align: justify !important;
}
Let us know if this helps :)
Best regards,
Nikko
Hi Nikko,
I did all that you mentioned, but nothing happened.
Any other solution?
Thanks!
what did you do?
you inserted that code to quick css – thats it – haven’t you .
did you realy read all he wrote?
then on your text block in Custom Css Classes add this text-justify.
Really ?
Dalen…to justify text – select text and press ALT+SHIFT+J
Uros! Thank you! It worked!