Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #65509
    Kim
    Participant

    I’d like to justify the text in the subheadline. I’ve tried adding the following css, but it hasn’t worked.

    #promotion subheadline-content .hentry {
        text-align: justify;
    }

    http://mcshin.org/mcwp

    thank you!

    #65538
    Sakin
    Keymaster

    @Kim: For that, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #promotion-message p {
        text-align: justify;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘justifying text’ is closed to new replies.