-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The logo is not appearing as expected - not centred and probably doesn't need any whitespace either. This is a bit confusing because I realize the option is provided for both a background image ("banner") and the foreground linked image ("logo") but we don't give any instruction on how to utliize those, and what the options are. I imagine people will want to upload a logo for sure, but maybe not bother with a banner.
http://dev.omeka.org/amayer/amayer-s/omeka-s/s/my-omeka-s-site/page/welcome
I think this is a consequence of the "Banner height" setting - header.medium and header.tall are calling height numbers, but there is no header.small effect.
At any rate, the "Banner height" is actually the height of the whole container, including resizing the logo, whether there is a banner image selected or not.
(The hard-coded numbers should also appear in the settings interface - "Medium (168px tall)" and "Tall (240px tall)" - or in the expandable guidance.)
There appears to be a "-19.2px" setting that is reducing the top, left, and bottom margins of the logo image and pushing the logo to the left of the window. I think that should be removed in any case.

And a.site-title has a 24px padding - for my purposes it should be remvoed so I can have a full coverage logo. Maybe we could include a setting to position the logo - centre, stretched, or left?

So:
- Add in the ".small" setting
- Include the pixel heights in the interface
- Remove the negative margin
- Rename "Banner height" to "Header height" and include help text to explain that
- Provide some logo styling options for common uses


