How to change width of Holdings Information box
- Article Type: General
 - Product: Voyager
 - Product Version: 9
 
Question
How to alter the width of the Holdings Information box in a Record Display?
Answer
- Navigate to skin directory ( ... /ui/{skin}) on the server, then to the /css directory ( ... /ui/{skin}/css).
 - Open displayCommon.css
 - Find the following section and edit the "width:" value to desired size:
 
.bibTags
{
width:100%;
}
- 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: 16-May-2014
 

