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

    How do I change the text alignment to be justified across the whole page, rather than left-aligned?

    #1260462

    Hey Mark,

    Could you post a link to where we can see the content in question please? Also please try to specify what you would like to be justified a bit further.

    Best regards,
    Rikard

    #1261261

    Justify Text

    I am looking to be able to “justify” align the text instead of aligning it to the left.

    #1261266

    Hi,

    If you would like to justify all paragraphs, please add following code to Quick CSS

    #top p {
        text-align: justify;
    }

    If you would like to justify certain elements, please edit those elements and give them custom CSS class (“justified” in example below) in Advanced > Developer Settings tab and then use the code as following

    .justified p {
        text-align: justify;
    }

    Best regards,
    Yigit

    #1261282

    Thank you.

    In the Developer settings, do I add “justified” to the Customer ID and the code to Custom CSS?

    #1261283

    Hi,

    No, you add “justified” to Custom CSS class field, please see – https://imgur.com/a/ZlmyEPn and custom CSS code goes into Enfold theme options > General Styling > Quick CSS field

    .justified p {
        text-align: justify;
    }

    :)

    Best regards,
    Yigit

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