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
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
@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;
}
You must log in to post.