Hi,
It seems that your theme sidebar settings are not properly. Please add this code in the style.css and have a check:
img.centered
{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright
{
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft
{
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright
{
float: right;
}
.alignleft
{
float: left;
}
If it does not solve the problem then replace the .img{} tags with the above code in style.css…otherwise you can contact theme designer or change the theme.
Thanks,
Shane G.
That doesn’t appear to solve the problem, what did u mean by replacing the .img{}tags ?
You have not set the left-margin of the sidebar properly. Use Firebug and fix it.
S.K
is that the ‘margin:’ under .narrowcolumn?
its still not aligning properly.