
Originally Posted by
ckosloff
This is a style issue.
I installed the sidebox without a problem and just want to show an image in there.
The image shows a little bit skewed to the right.
I tried to center it like so, in my main stylesheet:
#editablesideboxContent .sideBoxContent {
text-align: center;
padding: 0px;
}
However, didn't quite achieve the effect; probably because there are two other instances of .sideBoxContent, one of them with padding: 0.4em.
How can I center the image in the sidebox?
Thanks.