I use this code, but still the picture is not getting aligned to center.
This is the code in my stylesheet,
.alignright{
float:right;
padding-right:20px;
}
.alignleft{
float:left;
padding-left:20px;
}
img.centered{
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright{
display:inline;
margin:0 0 2px 2px;
padding:4px;
}
img.alignleft{
display:inline;
margin:0 2px 2px 0;
padding:4px;
}
Can somebody help me. I am using this theme http://cssace.com/free-wp-premium-theme-is-here/
I would be very thankful if someone helps me out. Check my blog for the problem http://www.addictivetips.com
Regards, Nakodari