PDA

View Full Version : Which is the style that makes categories to split?


easydesigngroup
10-30-2006, 04:37 PM
Hi,

Can anyone please help?

I have a question:

which is the div class or style that makes categories to split in moe then one columns when setup in admin area?

I want to create a new template and then share it with you but even if it's set to split in 3 coluns the categories, it splits only in one.

Thank you.

Dave Baker
10-30-2006, 04:50 PM
Hello easydesigngroup,
If I correctly understood, try to play with "width" attribute in this code.

div.categories div.col
{
float: left;
height: 100%;
text-align: left;
width: 200px;
padding-top: 15px;
position: relative;
}
div.categories div.last
{
float: left;
height: 100%;
text-align: left;
width: 200px;
padding-top: 15px;
}