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

    • 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 ...
    • Primo VE: Adding Springshare's LibChat to Primo

      Can I add my Springshare LibChat widget to Primo VE? NOTE: The Springshare LibChat widget is part of the commercial Springshare suite of products. You will need to have a subscription or trial access to set up for your library. If campuses would like ...
    • Primo VE: Links to MnPALS Libraries

      Institution Name Primo VE URL Alexandria Technical & Community College https://mnpals-atc.primo.exlibrisgroup.com/discovery/search?vid=01MNPALS_ATC:ATC Anoka Technical College ...
    • Primo VE: Adding a message banner

      Can I create a message banner to display at the top of each of my Primo VE pages? If campuses would like to add an optional banner, they just need to add this additional code to the custom.css file. /* LOCAL BANNER */ body::before { content: "Hey ...