Okay
  Public Ticket #3796077
Full alignment of the text
Closed

Comments

  •  1
    stravojohn started the conversation

    Hello,

    I'm trying to align all the texts full in my website for desktops, mobile and tablets and it's impossible. 

    is there any way? Usually element or allows me to full align them but with your widget/ blocks it's impossible.

  •  58
    Artem replied

    Hello. Please clarify what do you mean by "full align"? Is it justified text appearance produced by text-align: justify; CSS property?

  •  1
    stravojohn replied

    yes I guess 

  •  58
    Artem replied

    You can create a new CSS class in Customizer -> Additional CSS field:

    .text-justify {
      text-align: justify !important;
    }

    Then use it in Elementor on widgets and/or sections:

    6494189194.png

    Please note that the alignment won't render correctly with split text effect (on the screenshot above it's disabled from "Style" tab).

  •  1
    stravojohn replied

    thank you it's working.