# Move Write a review button to the bottom (for all layouts except for the badges)

**URL:** https://community.elfsight.com/t/move-write-a-review-button-to-the-bottom-for-all-layouts-except-for-the-badges/80737
**Category:** Reviews
**Created:** [November 7, 2024, 1:04pm UTC](https://community.elfsight.com/t/move-write-a-review-button-to-the-bottom-for-all-layouts-except-for-the-badges/80737 "2024-11-07T13:04:00Z")
**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, 1:04pm UTC](https://community.elfsight.com/t/move-write-a-review-button-to-the-bottom-for-all-layouts-except-for-the-badges/80737/1 "2024-11-07T13:04:00Z")

</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-header-write-review-button-container {
position: absolute;
left: 50%;
bottom: 40px;
transform: translateX(-50%);
}

.es-main-content {
margin-bottom: 70px;
}

```
