Is it hard to change the way how categories are rendered ? I mean, I have 6 categories, 3 of them are more important (1,2,3) and have around 20 subcategories and then there are 3 less important categories (4,5,6), that have only 5 subcategories. If I want to show them horizontally ordered (1,2,3 | 4,5,6) I need to reorder them in backend to 1,4,2,5,3,6 which visually looks good, but when you want to select category in searchbox, they are ordered differently like on homepage (of course, they are ordered vertically, not horizontally..)
is there any way how to change this behavior?