# How to make 1 item/column on section align on the center

**URL:** https://forum.pinegrow.com/t/how-to-make-1-item-column-on-section-align-on-the-center/1806
**Category:** Styling (CSS)
**Created:** [April 16, 2018, 8:22am UTC](https://forum.pinegrow.com/t/how-to-make-1-item-column-on-section-align-on-the-center/1806 "2018-04-16T08:22:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kenji101](https://avatars.discourse-cdn.com/v4/letter/k/a9a28c/32.png) [@kenji101](https://forum.pinegrow.com/u/kenji101)
#### Post date: [April 16, 2018, 8:22am UTC](https://forum.pinegrow.com/t/how-to-make-1-item-column-on-section-align-on-the-center/1806/1 "2018-04-16T08:22:58Z")

</div>

![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/e/e29362bb9481148eccab01700cfd7e58749b158c.png)

Hello i have

section + 1 collumn(+1content)

but the culumn is always align to left? my target is that if only 1 collumn in that section, it is always on center, and when i add another collumn, both will be aligned on middle.

Ive tried flex and align center but it wont work. Sorry for bad english.

---

<div class="post-metadata">

### Author: ![Printninja](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/printninja/32/1181_2.png) [@Printninja](https://forum.pinegrow.com/u/Printninja)
#### Post date: [April 27, 2018, 12:46pm UTC](https://forum.pinegrow.com/t/how-to-make-1-item-column-on-section-align-on-the-center/1806/2 "2018-04-27T12:46:13Z")

</div>

Select the column and then add the classes ml-auto and mr-auto via the Element Properties panel. Alternately, you can scroll down to the SPACING options and change the left and right margins to “auto”.
