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

    How to change space around record display

    • Product: Voyager

    Question

    How to increase or decrease whitespace around record information in a Record Display?

    Answer

    1. cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/{skin}/css
    2. Open displayCommon.css for editing.
    3. Find .bibTags ul section and edit the "margin:" value to adjust amount of whitespace surrounding display sections:
    .bibTags ul
    {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0px;
    }
    
    1. Add comment to file to mark change and save changes.

    Additional Information

    As with many customizations, there may be other methods for achieving the same result.


    • Article last edited: 15-May-2018
    • Was this article helpful?