# Move source icon in badges to the left

**URL:** https://community.elfsight.com/t/move-source-icon-in-badges-to-the-left/80732
**Category:** Reviews
**Created:** [November 7, 2024, 12:49pm UTC](https://community.elfsight.com/t/move-source-icon-in-badges-to-the-left/80732 "2024-11-07T12:49:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [November 7, 2024, 12:49pm UTC](https://community.elfsight.com/t/move-source-icon-in-badges-to-the-left/80732/1 "2024-11-07T12:49:47Z")

</div>

Add this code to the Custom CSS field on the Style tab of your [Reviews](https://elfsight.com/widgets/?category=reviews) widget’s settings:

```auto
.es-badge-title {
display: inline-block;
margin-top: 0;
vertical-align: super;
}

.es-badge-sources-container {
margin-left: 0;
display: inline-flex;
}

.es-badge-container {
display: block;
flex: none;
}

```
