Weird logo question

I am using the papers themes and have a logo to add. When I did it through themes editing, the logo took up the entire page. I have been poking around and cannot find where I can reduce the size of the logo. Any pointers?

Thanks as always!

I would grab the CSS Editor module, and configure it to use the following style:

.site-title img {
  height: [your desired height in px, em, rem, etc];
}

Previous versions of the theme had a default height that we’ve since removed; other users were surprised when they uploaded a file taller than that default height. Hope this helps!

This topic was automatically closed after 250 days. New replies are no longer allowed.