How to change amount of indent on catagory menu sub catagorys

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi

Can someone point me to the area where I can change amount of indent on catagory menu sub catagorys.

Thank you.
13 years ago
saeb wrote:
Hi

Can someone point me to the area where I can change amount of indent on catagory menu sub catagorys.

Thank you.


By default, every subcategory level is indented 15 pixels to the right. Change the value (underlined in the code below) and recompile the solution. This is for 1.50.

Edit file: Modules\CategoryNavigation.ascx.cs (line #137)
int padding = level++ * 15;
.
13 years ago
Thanks mb.

Now I can fit more catagories into a smaller area.

Worked perfect.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.