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

    How to change the size of the top bar of the SFX Journal Search page

    • Product: SFX
    • Product Version: 4
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local

    Description

    How to change the size of the top bar of the SFX Journal Search page?

    Resolution

    For changing the top bar and the image height you need to adjust two classes via the local CSS file upload (SFXAdmin-> Journal Search and A-Z List->Design).

    To set for example the top grey area to 150px and change the image to the same height use the following:

     

    .sfx-topbar {
       height: 150px;
    }
    .sfx-logo-image {
       max-height: 150px;
    }
    

     

     

     


    • Article last edited: 28-Jun-2017