Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Displaying the Facets on the Right Side (Classic UI)

    This information is not applicable to Primo VE environments. For more details on Primo VE configuration, see Primo VE.
    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:
    facetsOnRight.gif
    Displaying Facets on the Right Side