marvi
August 29, 2025, 1:02am
1
We have recently added logo images to some of our category and they originally looked great, taking up the full vertical space, but have now become small without us changing any settings. I appreciate any help on this!
1 Like
chapoi
(Charlie)
August 29, 2025, 2:50pm
2
Yes, there’s been a recent change to these:
main
← category-header
opened 09:49PM - 04 Aug 25 UTC
This PR applies better styling to the category title & description that appears … when a category logo is uploaded.
|Before|After|
|-- | --|
|<img width="2868" height="1852" alt="CleanShot 2025-08-04 at 17 22 46@2x" src="https://github.com/user-attachments/assets/054a1757-118b-4a71-91be-533a7a805b9c" />|<img width="2844" height="1752" alt="CleanShot 2025-08-04 at 17 21 11@2x" src="https://github.com/user-attachments/assets/b4661c3e-874d-4496-b7db-756ad21c857d" />|
|<img width="2890" height="1838" alt="CleanShot 2025-08-04 at 17 23 40@2x" src="https://github.com/user-attachments/assets/a735fec9-d502-4956-8448-2201c96d022d" />|<img width="2886" height="1860" alt="CleanShot 2025-08-04 at 17 24 03@2x" src="https://github.com/user-attachments/assets/175feb8e-2604-4371-aefc-757ba3054636" />|
There’s nothing to it, but fiddling around with custom css to make it work again with your specific image.
Example with:
.category-heading__logo.category-logo.aspect-image {
width: auto;
height: 150px;
}
Might need some tweaks for mobile vs desktop.