Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #793845

    Where is the option to justify the text in?

    #793849

    Hey sambo258,

    There’s no justify text in the toolbar in wordpress, however you can still just it by highlighting the text and pressing shift + alt + j. Hope this helps :)

    Best regards,
    Nikko

    #793853

    Hi,

    I don’t believe the text editor has an option for justify, it only has left, centre and right.

    You could add some inline css to make text justified as below
    <p style="text-align:justify;">I'm some text</p>
    You would have to reproduce that bit of code on every block of text.

    You could add some code to the custom css to target a class as below

    .justify-me{text-align:justify;}

    You would then add that class to each text element.

    More on text-align can be found here

    Hope that helps

    TJ

    #793860

    Hi tjswarbs78 ,

    Try what I suggested above if you are using Text Block or wordpress content editor, that should work. Have tested it on my end and I can assure you it works fine :)

    Best regards,
    Nikko

    #813896

    Thanks they all worked

    #813899

    Hey!

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

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.