thank you for that but unfortunately it had no effect on the 3 column layout. I have found a remedy in that if i use this code by giving the image a 5-10px left border, will center the images
.wpsm_team_1_mem_img {
max-width:230px;
max-height:260px;
width: auto;
height: auto;
}
hi preetam i havent uploaded the page in question because i needed the 4 column layout as a 3 column. Is there any basic css i could use.
ive tried adding the following code to the 3 column layout which has resized the images to the correct size as a 4 layout but the images are not centered?
.wpsm_team_1_mem_img {
max-width:230px;
max-height:260px;
width: auto;
height: auto;
}