Justify center

Hi everyone,

I’m trying to justify a text and center the last line. I can’t even justify the text, it’s just centered. Can you help me?

Thanks!

Hi Michelle,

Thanks for reaching out.
I can see your exact problem on your site home page with the text which needs to be aligned justified and centered. This is not possible natively in Slider Revolution so you will need to add a small piece of Custom CSS to achieve this.

Please follow the steps below:

Step 1: Select the Revolution Slider Layer where the text is written.

Step 2: Click into Material Icon top right most corner (shown below).

Step 3: Go To Custom CSS.

Step 4: Add the following code:

    text-align: justify;
    text-align-last: center;

To modify it further you can check this resource to learn more.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.