make sure the sidebox column(s) and the box width(s) are the same:
admin -> configuration -> layout settings
right now you have the column(s) set at 150px and the width of the boxes set at 160px
They should both be the same width or the column(s) should be wider than the boxes.
-----
Design choice to make the category box stand out from the other sideboxes.
if you want to change it just replace the highlighted portion of this declaration in the stylesheet.css
#categoriesHeading {
margin: 0;
padding: 0.5em 0.2em;
background-image: url(../images/cb_header.gif); /* replace this with sb_header.gif */
background-repeat: no-repeat;
text-align: center;
font-weight: bold;
}
Bookmarks