drupal - Exposed forms distributed vertically rather than horizontally -
I created a view that uses the highlighted filter to search the user. The problem is that each form appears one after the other and I want to make them stand - i.e.
-
[search]
How can I use the admin panel or CSS? For any help, it will be appriciated
In CSS:
.views-exposed-form .views - Explode-widget {float: none; }
Comments
Post a Comment