Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #917807

    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!

    #917857

    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

    #917870

    Great! Thanks Mike! It worked!
    Best,
    Jonna

    #917877

    Hey!

    Glad Mike could help :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Justification’ is closed to new replies.