• Resolved babydragon0123

    (@babydragon0123)


    Hi, I’m using Kadence Info box but I want to align text with justify style. I only see align left, center and right, not justify. Can you help me to do that? Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • You may want to try going to the Customizer and scrolling down to the bottom to “Additional CSS” and paste the following to test. I believe this will target all info blocks you have created.

    div.kt-infobox-textcontent p {
    text-align: justify;
    text-justify: inter-word;
    }

    I think this will get you in the ballpark.

    Thread Starter babydragon0123

    (@babydragon0123)

    Thank Mchildress, it work. Thank you very much and have a nice day

    Awesome. Good to hear.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Info box align justify’ is closed to new replies.