# How to make profile pictures square?

**URL:** https://meta.discourse.org/t/how-to-make-profile-pictures-square/29028
**Category:** Support
**Created:** [May 20, 2015, 3:55pm UTC](https://meta.discourse.org/t/how-to-make-profile-pictures-square/29028 "2015-05-20T15:55:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Radioshark](https://avatars.discourse-cdn.com/v4/letter/r/7c8e57/32.png) [@Radioshark](https://meta.discourse.org/u/Radioshark)
#### Post date: [May 20, 2015, 3:55pm UTC](https://meta.discourse.org/t/how-to-make-profile-pictures-square/29028/1 "2015-05-20T15:55:47Z")

</div>

I have seen some other discourse sites with small square profile pictures on all pages? How can I get that?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [May 20, 2015, 4:22pm UTC](https://meta.discourse.org/t/how-to-make-profile-pictures-square/29028/2 "2015-05-20T16:22:55Z")

</div>

Like this?

 ![](https://global.discourse-cdn.com/meta/original/3X/f/0/f04083316f2a4cc64757101db7c6db3149cc1002.png) 

Try adding this to admin\>customize\>css/html

```
img.avatar { border-radius: 0; }

```

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [May 21, 2015, 12:08am UTC](https://meta.discourse.org/t/how-to-make-profile-pictures-square/29028/6 "2015-05-21T00:08:35Z")

</div>

It should work. Make sure there is no space in `img.avatar`. You also have to check the ‘Enabled?’ checkbox at the bottom of the editor.

 ![](https://global.discourse-cdn.com/meta/original/3X/5/e/5e038f7eee45bf39baed3df621d15e43dc50ee2a.png)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 7, 2018, 4:28am UTC](https://meta.discourse.org/t/how-to-make-profile-pictures-square/29028/7 "2018-10-07T04:28:51Z")

</div>



---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 7, 2018, 8:56pm UTC](https://meta.discourse.org/t/how-to-make-profile-pictures-square/29028/8 "2018-10-07T20:56:24Z")

</div>


