# What is the code for centering an uploaded image?

**URL:** https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446
**Category:** Support
**Created:** [2018年一月8日 04:07 UTC](https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446 "2018-01-08T04:07:30Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [2018年四月3日 08:59 UTC](https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446/10 "2018-04-03T08:59:38Z")

</div>

As discussed here:

> [@Emoji auto break line?](https://meta.discourse.org/t/emoji-auto-break-line/84431/5):
>
> I could be wrong, but did you use the code to center all images from this topic? If so, then the issue you’re facing is an unintended consequence. You need to exclude emoji from the rules that center images, so change this: .lightbox-wrapper { display: block; text-align: center; } p\>img { display: block; margin: 0 auto; } to this: .lightbox-wrapper { display: block; text-align: center; } p\>img:not(.emoji){ display: block; margin: 0 auto; } And the resu…

The code needs to be modified to exclude emojis.  
I edited the code in the previous post to reflect that change.

The rest of the post still applies.

---

_[View the full topic](https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446)._
