• So I have the columns defined 1/3, 1/3, 1/3 and the rows defined. I need to set the text to be justified aligned. I am setting a Magee Shortcode feature_box inside each column row point. I tried adding text-align:”justify” in there and it did not work. Do I need to add it to the column code?

Viewing 1 replies (of 1 total)
  • need to use in shortcodes > settings > Custom CSS

    .su-box-title {
    display: block;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 1.1em;
    text-align: justify;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Text Alignment in Shortcode’ is closed to new replies.