Thread Starter
Ghandi
(@ghandi)
Thanks for your reply but problem solved – I used the following from another post to override the CSS.
img.photo {
align:left;
float:left;
margin: 10px;
}
or, if you’re looking for non uniform padding use something like this and play with px numbers;
img.photo {
align:left;
float:left;
padding-top:0px;
padding-bottom:5px;
padding-right:10px;
padding-left:0px;
}