- Merge request !262Custom logo default max-size updated (40x40 to 200x200)px. โ (Closed) created by Unnamed author
- Merge request !13626Custom logo default max-size updated (40x40 to 200x200)px. โ (Open) created by Unnamed author
When uploading a custom logo in the Navigation module, itโs being displayed at a fixed size of 40x40px. This makes the logo look distorted or too small.
Remove the fixed width/height (40x40px) from the logo CSS or template.
Use a flexible rule like:
.navigation-logo img {
max-width: 150px;
height: auto;
}
Active
1.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.