in your main.css file find these lines

.topcategory h2 a, .topcategory h2{
font-size:18px;
text-align:center;
color:#ececec;
text-decoration:none;
margin:-7px 14px 5px auto}
and set the margin of last line to 0 or try other
margin:0px 14px 5px auto
mRAza Reviewed by mRAza on . alignment help needed Hi guys,a couple people tried to help me in the shoutbox yesterday with this problem,but im a total noob coder lol.. maybe someone can help me align the cat headers for me (see screenshot,or site for wht i mean) <table cellspacing="2" cellpadding="2"> {php} global $SEOFriendlyURLs,$themepath; $catarray = am_listgamecats($db, 'none', 'flat'); // Get the array of category names $c=1; $m=4; foreach ($catarray as $a) { Rating: 5