I've got a table view with about 8 exposed filters including 2 date fields and the resulting display of the filters above my view table looks very disorganized. I found out how to choose the order the exposed filters are display in, but they are displayed in that order starting at the left, going to the right and then when no more fit to the next line. Because of the date pickers the "Apply" button isn't even the lowest thing displayed. I'm not looking to do crazy fancy theming, I just want to pick which order the fields appear and which ones start on a new row, then have the apply button at the very bottom.
I've Googled every phrase I can think of and haven't found any info on doing just basic layout control of exposed view filters. Can someone steer me in the right direction (tutorials, modules)?
Comments
Comment #1
dawehnerWell the new row does the browser if there is not enough space.
For the order of the filters you can rearrange the filters in views itself but for anything else you certainly need some custom theming.
There is a template file views-exposed-form.tpl.php which you can use to rearrange things and with some custom css you should be able to do everything you need.