Displaying the Facets on the Right Side (Classic UI)
This section describes the CSS changes needed to display the facets on the right side of the Front End. The following CSS code moves the facets to the right side:
.EXLResultsContainer div.EXLResultsTile { padding-right:1%; padding-left:0; border-right: 1px solid #D7DDE3; border-left:none; float:left;}
.EXLFacetTile {float:right;}
The result for this changes appears as follows:
Displaying Facets on the Right Side