Every time I set color active, in the filter drop down, float-left of the following row starts after that color.
Looks like it's border pushing the whole object down and screwing up the display. Is there a way to get this border to show up without shifting everythign below?
Please
+ open file style.css(css/front)
+ find line 3406
+ insert min-height: 29px; to .sidebar-color .nav-color li { ..... }
got it. All is fixed.