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]

< Instead of P> - - - [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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -