All Collections
Legacy Interfaces
Branding Your Legacy Interface
Legacy: Laying out the search form elements horizontally
Legacy: Laying out the search form elements horizontally
Bryan Nye avatar
Written by Bryan Nye
Updated over a week ago

Important: This article describes a legacy software feature and should not be used by customers starting with MetaLocator since 2019.

MetaLocator search form elements stack one on top of the other by default. This allows you to add as many search form elements as needed, without negatively impacting the layout.  However, it can be desirable to arrange the form elements in  single line, so they fit in one or more compact rows above the map and/or directory layout and make use of the horizontal space.

To arrange the elements in a such a way, add this code to the CSS setting found in your Interface Settings under "Style Settings".

.metalocator .locator_form {
  float: left !important;
  width: auto !important;
}
Did this answer your question?