PDA

View Full Version : how to make Category & Subcategory closer


sherly
05-10-2007, 08:20 AM
i want to make the MAIN CATEGORY and SUBCATEGORY CLOSER

please refer to my attachment

thanks

John Turner
05-10-2007, 11:09 AM
Hi Sherly,

Try to play with

div.subcategories
{
padding-left: 30px;
}


Try to add

div.subcategories
{
padding-left: 30px;
padding-top: 5px;
}


HTH