PatrickRiley
Member
Posted 2 years ago #
I recently got the captions working but cant seem to center my images. I upload the images to a sub directory on my site because the media manager on wordpress, well lets be honest it sucks, no organization options at all. Any ways i have them set to center and they just wont center! http://www.hazystudio.com
Can you post a link to a page that shows these captioned images.
PatrickRiley
Member
Posted 2 years ago #
Try editing style.css and changing:
.wp-caption img {
border:0 none;
margin:0;
padding:0;
}
to
.wp-caption img {
border:none;
margin:0 auto;
padding:0;
}
PatrickRiley
Member
Posted 2 years ago #
nope my images still wont center :/ thanks though