Trislo![]() 2006-11-04 02:09 | I want to delete the search bar in the top menu so I can add more categories without adding an ekstra line with categories. How do I do that and in whisch files do I change? Se the problem at the website www.mobilnummer.dk |
treewood (OpenSolution)2006-11-04 09:34 | Trislo - edit templates/page.tpl and delete in HEAD block FORM from here <form action="" method="get"> to here </form> |
Trislo![]() 2006-11-04 10:57 | treewood - it deletes the search bar. However it is stil not possible to add an ekstra categori to the menu bar without creating a new menurow under the existing one. |
Shadowed![]() 2006-11-04 11:25 | That is quite interesting question - if I need more links in upper menu - how can they be added ? This solution - add more space by deleting search bar as we can see wasnt right.Maybe somehow manu can be made in two rows? Shadowed |
treewood (OpenSolution)2006-11-04 12:18 | Trislo - You need to edit in templates/default.css this (it have defined width): |
Trislo![]() 2006-11-04 23:54 | Treewood - Thanks a lot lot lot !!! That was exactly the solution of my problems :-) |