Quote Originally Posted by Einstin View Post
Clyde;
Need you to take a look at http://www.southraven.com and tell me what's wrong with the sidebox's heading alignment before I start playing with the css. This is a stock, unmodified 138a install and just the template uploaded and the 1 gif file added that was overlooked.

Also, is there a reason why the categories box header is different from the other sidebox headers? Personally I would prefer it be like the other sidebox headers.

E
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;
}