• Morten:

    One other little problem I am having is getting image captions to center. Maybe you can assist with that also. Thanks in advance.

    Alan

Viewing 1 replies (of 1 total)
  • @awrosey: To change the alignment of the image captioning all you have to do is edit the p.wp-caption-text style in the stylesheet. You’ll find it on line 185. Just add text-align:center; to it and the text will align to center:

    #content p.wp-caption-text {
    font-size: 0.8em;
    padding-top: 5px;
    padding-right: 6px;
    padding-left: 6px;
    color: #999999;
    text-align: center;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Typograph – Image Caption Centering?’ is closed to new replies.