Ah, found some code that finally worked properly.
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
Looks like I’ve been able to tweak it to work!
That worked well, thank you. I was also able to find and get rid of the center then added some padding on the left to fix the margins.
The only thing left is figuring out how to get the tagline on the same line as the blog title.
Any ideas?