Primo VE: Move the "Send To/Record Actions" section in Full Record

Primo VE: Move the "Send To/Record Actions" section in Full Record

In Primo VE, the options for the "Record Actions" section can be configured on the Brief Record Display, but libraries are not able to arrange the order of display as far as I can tell. Is this configurable somehow?

Our libraries would like to be able to move that section around like they can the other sections on the Full Record Services page.
Ex Libris provided the following instructions to arrange the display order of sections of the Primo VE Full Record:
 
You can work with the CSS below, in the custom1.css file, to move the Send To actions.

.full-view-inner-container {
padding-bottom: 10em;
display: flex;
flex-direction: column;
}

/*RE-order the Center Sections */
#getit_link1_0 { order: 0; }
#getit_link2_0 { order: 1; }
#action_list{ order: 2; }
#details { order: 3; }
#links { order: 4; }
#virtualBrowse { order: 5; }

/*re-order the Left Navigation on the Detailed Page */
[aria-label="Online Access"] { order: 0 !important; }
[aria-label="In the library"] { order: 1 !important; }
[aria-label="Send to"] { order: 2 !important; }
[aria-label="Details"] { order: 3 !important; }
[aria-label="Links"] { order: 4 !important; }
[aria-label="Virtual Browse"] { order: 5 !important; }

    • Related Articles

    • Primo VE (Discovery) Key Resources Page

      Ex Libris Documentation Ex Libris Documentation Ex Libris Customer Knowledge Center has the latest information on all Ex Libris products, including documentation, knowledge articles, training, and more. Primo VE Documentation PALS uses Primo VE, a ...
    • Primo NDE Implementation Checklists

      Thank you to the Florida Virtual Library Consortium for sharing these documents: NDE Landing Page Questionnaire: Useful for deciding on what your NDE Landing Page will look like. NDE Steps Checklist: Steps through the whole process of implementing ...
    • Primo NDE Implementation

      Primo NDE Release Information (updated August 2025) Ex Libris has shared information about the process for getting early access to the Primo Next Discovery Experience (NDE) environment ahead of the general release in November 2025. According to the ...
    • Broken Link Reporting in Primo VE

      Introduced by PALS in June 2020, PALS Tech Staff (mainly Simon Mai) adapted code shared on the Ex Libris Tech Blog allowing library patrons and staff to report problems linking out to Electronic Collections from Primo VE. Originally designed for use ...
    • Updating the Primo VE Feedback Tool Icon

      Ex Libris covers many aspects of their Primo VE Feedback Tool in their documentation, but how to change the Icon is not covered. Libraries have asked about changing the Icon because it often looks too similar to the Chat icons that many libraries ...