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:

Resource Sharing Form with out-of-the-box spacing between Citation TypesResource Sharing Form with out-of-the-box spacing between Citation Types

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:
Resource Sharing Form with customized spacing between Citation TypesResource Sharing Form with customized spacing between Citation Types

    • 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 ...
    • 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 Research Assistant Customization Options

      Introduction to Primo Research Assistant Ex Libris describes the Primo Research Assistant as follows: Primo Research Assistant is a generative AI-powered tool designed to streamline time-intensive tasks. It enables users to query academic content in ...