Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Primo

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Primo
    3. Knowledge Articles
    4. Display order in the left menu or in the center part of the full view- using CSS code

    Display order in the left menu or in the center part of the full view- using CSS code

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    • Product: Primo
    • Product Version: All versions
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    How to change the display order in the left menu of the full view or in the center part of the full view?

    Answer

    Here you can find some generic guidelines to reorder the sections in the full view (these kind of issues are out of support scope. see Primo New UI Support).

    You will need to find the aria labels in your custom css file and then put them in the order as you wish

    [aria-label="Top"] { order: 0 !important;}
    [aria-label="Send to"] { order: 1 !important;}
    [aria-label="View Online"] { order: 2 !important;}
    [aria-label="Details"] { order: 3 !important;}
    [aria-label="Links"] { order: 4 !important;}
    [aria-label="Get It"] { order: 5 !important;}
    [aria-label="Additional Services"] { order: 6 !important;}
    [aria-label="Virtual Browse"] { order: 6 !important;}
    [aria-label="Online Access"] { order: 7 !important;}
    [aria-label="In the library"] { order: 8 !important;}
    [aria-label="Locations / request item"] { order: 9 !important;}
    [aria-label="View It"] { order: 10 !important;}
    [aria-label="Citations"] { order: 11 !important;}

    ..and about ordering the center part of the full view:

    /* Moving Order of tabs in New UI */
    #details { order: 0; }
    #getit_link1_0 { order: 1; }
    #getit_link2_0 { order: 2; }
    #action_list { order: 3; } /* send to */
    #details { order: 3; }
    #links { order: 4; }
    #citations { order: 5; }
    #virtualBrowse { order: 6; }
    #tags { order: 7; }

    .syndetic-unbound-section { order: 8; }
    .full-view-inner-container {
    padding-bottom: 10em;
    display: flex;
    flex-direction: column;
    }


    • Article last edited: 04-Dec-2019
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Display of Collections in the Locations Tab is Not Working Correctly
      • Do not name the data source the same name as the actual institution
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Community Content Type
      How To
      Content Type
      Knowledge Article
      Language
      English
      Product
      Primo
    2. Tags
      This page has no tags.
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved