sgmustadio
Member
Posted 6 months ago #
Whenever I add a caption to an image, the image does not align properly with the rest of the paragraph. See here: http://protolounge.com/373/toorcamp-2012-day-4-arduinos-and-androids
The first image is supposed to have the caption "Last breakfast for me at ToorCamp 2012" underneath the image, and both image and caption are supposed to be left-aligned with the rest of the text.
You need to add the CSS;
.entry-content img {
display: block;
}
sgmustadio
Member
Posted 6 months ago #
Please forgive me, as I am not too familiar with modifying the CSS code in WordPress. I copied your snippet to style.css right after the code labeled "Image Captions". This seemed to move the text underneath the image, but the image is still not aligning with the text.
I'm trying to make the images (in the link of my original post) look like the ones found in http://protolounge.com/323/toorcamp-2012-day-2-talks-and-robots, but with captions.
(edit) I did click "Update File" and refreshed the page, just to make sure.
Simmons
Member
Posted 6 months ago #
I'm having the same problem: http://mattmendez.com. I've entered the update style in the style.css file, beneath:
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
clear: both;
}
Doesn't make a difference. Suggestions? Thanks.
This is a bug, and it should be fixed with the next update.
dbrown30
Member
Posted 6 months ago #
Thanks for the good news, Alex. I have been trying to resolve it on my own too and had no luck. I can't wait for the update. :-)
Simmons
Member
Posted 6 months ago #
What's the time frame for that? An update was pushed out last night but didn't resolve the problem. Thanks.
I'm not sure what you're talking about, last update was n oct 09. I plan on releasing it by the end of next week, but I don't know how log will i take to be accepted to repository.
Simmons
Member
Posted 6 months ago #
Strange. WordPress said there was an update on the theme in its update area. I've see that a couple times. Okay, I'll just gladly wait for your update, thanks.