Fawzan
Member
Posted 4 months ago #
Hey, I have added three images in my blog post and added captions to them, before adding captions, they were displayed fine in a row [150*150 thumb]
But after I have added the caption , each thumb is displayed in separate rows, How can I solve this? Please help SOON. Thank You.
My Post URL : http://123url.tk/aV
The "clear: left;" in this CSS code is causing that to happen:
.content div {
clear: left;
display: block;
}
It's in this stylesheet:
http://peraefac.com/wp-content/themes/wp-creativix/style.php?color=939393&ver=3.5
I'm not familiar with how that theme is set up, so I'm not sure if changing it (best to do in a child theme or custom CSS) will change other things on the site.
Fawzan
Member
Posted 4 months ago #
@WPyogi You are awesome man.. it worked.. :D