Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47731
    sbartsch
    Participant

    Dear Sakin,

    How might I be able to left justify the photo caption texts that are inserted into posts? Any info would be greatly appreciated!

    Many thanks,

    S. Bartsch

    #47738
    Sakin
    Keymaster

    @sbartsch: Ok try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption-text {
        text-align: justify;
    }
    #47757
    sbartsch
    Participant

    Thanks Sakin, but it doesn’t seem to work? Any thoughts? Not an urgent matter, but if you have a moment assistance would be appreciated. Thanks!

    #47770
    Sakin
    Keymaster

    @sbartsch: Sorry, please replace the previous css with the following css:

    .wp-caption .wp-caption-text { text-align: justify; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Photo Captions | Left Justify?’ is closed to new replies.