Primo VE/Resource Sharing (ILL) Form: Citation type radio button options spacing

Primo VE/Resource Sharing (ILL) Form: Citation type radio button options spacing

On my Primo VE Resource Sharing (Interlibrary Loan) request form, my patrons have mistakenly selectied the radio button associated with the Book format when they actually want to select the button for Articles. I think the problem is due to the spacing. The radio button associated with each choice is closer to the next choice. As a user, I would be easily confused by that. Would it be possible to adjust the code for the request form so that the radio buttons are closer to their options and maybe even further away from the next option?

We are able to adjust the custom1.css file in your Customization package to better space out the radio button and related text:
Out of the box:



Add the following line to custom1.css:
  1.  /* Description: Added lines below to expand spacing of radio buttons/labels on Resource Sharing Forms */

  2. primo-explore:not(.__xs) .wide-form prm-form-field md-input-container md-radio-button { padding-right: 75px;
  3.  }
  4. md-radio-group.layout-row md-radio-button { margin: 0 75px 0 0;
  5. }

With updated CSS:


    • Related Articles

    • Primo VE/EBSCO: Configuring an OpenURL/ILL Link in EBSCO Databases to Primo VE

      Linking into your Primo instance: The Base URL for creating an ILL request in Primo from a OpenURL linking system such as SFX, 360 Link, etc., was sent to your library in Decemberr 2019. It will be formatted something like ...
    • 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 ...
    • 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 ...
    • 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 ...
    • 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 ...