How do you change the size of your logo in the header in Primo?
Answer
To increase the size of your logo, you can move it from the Manage Customization Package tab to inside the customization package itself. There is a more strict size limitation on the logo when loaded in the tab. Adding it to the customization package will give you the opportunity to have a bigger logo and/or add CSS to increase the size.
How-to:
- Remove logo from Configure Views>Manage Customization Package>Upload Logo section (you can keep the Logo Clickable URL)
- Download customization package from this same page by clicking Download next to "Current View Customization Package" in the Download Package section
- Unzip the customization package
- Rename your logo file to library-logo.png and add it to the img directory under the top 01SUNY_xxx-01SUNY_xxx directory
- Add the following line to your custom1.css in the css directory and increase the padding as needed:
/* Expand logo size */
prm-logo .product-logo, prm-logo img {
padding: .1em;
} - Zip the customization package and upload it again. Save the page.