Aranging images

Hi,

I am using wordpress for this website. I have a problem to move the title under the images.
http://ran-margaliot.com/new/professional-staff/
What should I do?

many thanks!

I suppose that you are talking about the bits in bold that appear on the left of each image… I am supposing you want those bits to appear directly under the images? If this is what you want, then it is simply a floating problem. Edit your “.wp-caption-text” as follows:
.wp-caption-text {
color: #444444;
float: right;
font-weight: bold;
margin-right: 0 !important;
padding-left: 15px;
text-align: right;
width: 120px;
}

thanks! you got it right!
problem solved…