Hi,
our forum has CSS setting and category logo was square(120px ×120px), but after latest upgrade, their width are limited to 45px.
Can you help me?
Thank you.
Hi,
our forum has CSS setting and category logo was square(120px ×120px), but after latest upgrade, their width are limited to 45px.
Can you help me?
Thank you.
3 posts were split to a new topic: Logo CSS issues after update
It’s related to our recent change in category image’s maximum width. You could adjust it using below CSS. Currently it’s 25%
@supports (--custom: property) {
.category-logo.aspect-image {
max-width: 100%;
}
}
It works! Thank you.
Logo size change is not related to this issue.
Adjusting should be no longer needed, we removed the new max width restriction on the image.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.