# Weird layout after update

**URL:** https://meta.discourse.org/t/weird-layout-after-update/241873
**Category:** Support
**Created:** [October 13, 2022, 9:10pm UTC](https://meta.discourse.org/t/weird-layout-after-update/241873 "2022-10-13T21:10:10Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [October 14, 2022, 5:47pm UTC](https://meta.discourse.org/t/weird-layout-after-update/241873/5 "2022-10-14T17:47:48Z")

</div>

Here I see the images look like @renato’s screenshot on Chrome, but like the OP’s on Safari. This is certainly a regression, apologies about that. It doesn’t look like you have any customizations, but you do have some very large images as category logos, for example the one in the OP is 2657x2657.

So, two ways to fix:

1. Upload smaller images. You can try with a 150x150 image, that one should work well. (This also makes the pages load faster, with the smaller images.)
2. If you don’t want to reupload images, try with this CSS rule in a theme component:

```plaintext
body .category-logo.aspect-image {
  max-width: 150px;
}

```

---

_[View the full topic](https://meta.discourse.org/t/weird-layout-after-update/241873)._
