Fri, 2011-04-29 14:16
please advise how i get the caption text for the pics on this page to float to the right around the pictures.
I used the following CSS which I figured would do the trick, but I guess not:
.page-id-714 .article img {float:left;} .page-id-714 .wp-caption-text {float:right;}
please advise. thanks in advance.
Fri, 2011-04-29 14:26
#1
The containing div has a
The containing div has a width set to 210px;
Remove that width the floats will work.