Recent Topics

1 Dec 26, 2005 14:12    

Hallo, i tried to change the layout of my menu(category list) I wan to hav it like this:

menu:

--- category1 --- <bold, center>
subcategory1_1
subsubcategory1_1_1
subsubcategory1_1_2
subcategory1_2

--- category2 --- <bold, center>
sucategory2_1

I edited the _categories.php but it is very confusing because i do not understand the system how it works.
Or do i have to edit another file?

Thanks,

andi

2 Dec 27, 2005 20:48

You can make some changes to your CSS file to fix it. Find the code in custom.css for .bSideItem ul and .bSideItem ul ul and replace it with this:

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align:center;
	font-weight:bold;	
	list-style-type:square;
}
.bSideItem ul ul{
	text-align:left;	
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:normal;
}


Form is loading...