
How to display filed label and date select inline in Views 2 Exposed Filter? I am trying a lot of CSS overrides, but so much DIVs here in code is so confusing!
How to display filed label and date select inline in Views 2 Exposed Filter? I am trying a lot of CSS overrides, but so much DIVs here in code is so confusing!
Comments
Comment #1
eL CreditAttribution: eL commentedI put off date-views-filter-form.tpl.php and then was possible to override css:
With original date-views-filter-form.tpl.php is overriding verz difficult. But, my sollution is not very good way... May be, here is a better one.
Comment #2
ivoo56 CreditAttribution: ivoo56 commentedI use the css below to display inline any min-max exposed filter, but is not working for date field (select drop down).
Any idea?
#views-exposed-form-myviewname-page-1 .form-item label,
#views-exposed-form-myviewname-page-1 .form-item input,
#views-exposed-form-myviewname-page-1 .form-item {
clear:none;
display: inline;
}
Comment #3
damienmckennaWe're sorry but the D6 release of Date module is no longer being supported. You are encouraged to update to Drupal 7 or 8, or direct questions to Drupal Answers.