Hi!
I would like to have all text components in justification. I tried to use this code: <div align=”justify”>
But every time I save the page, the whole text is gone. This happens all the time, when I try to add the code to make the text component justified. Do you have any advice for me?
Thanks!
Hey jonna_gaertner,
Please try span or p instead of div, like this:
<p style="text-align:justify">...</p>
<span style="text-align:justify">...</span>
But I would recommend using this code in the General Styling > Quick CSS field instead, (assuming it is for your team page)
#top.page-id-92 .avia_textblock p {text-align: justify!important; }
If this doesn’t help, please tell us which page and element you are having issues with so we can test.
Best regards,
Mike
Great! Thanks Mike! It worked!
Best,
Jonna