# More than three columns

**URL:** https://community.elfsight.com/t/more-than-three-columns/68297
**Category:** Customization
**Tags:** facebook-feed
**Created:** [August 30, 2024, 5:31pm UTC](https://community.elfsight.com/t/more-than-three-columns/68297 "2024-08-30T17:31:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![BEN\_STEVENS](https://avatars.discourse-cdn.com/v4/letter/b/35a633/32.png) [@BEN\_STEVENS](https://community.elfsight.com/u/BEN_STEVENS)
#### Post date: [August 30, 2024, 5:31pm UTC](https://community.elfsight.com/t/more-than-three-columns/68297/1 "2024-08-30T17:31:58Z")

</div>

I’d like to display 4 (or more) columns wide vs the 3 that is the default for the Facebook feed.

---

<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: [August 30, 2024, 5:42pm UTC](https://community.elfsight.com/t/more-than-three-columns/68297/3 "2024-08-30T17:42:38Z")

</div>

Hi there @BEN_STEVENS 👋

This code should do the trick:

```auto
.global-styles,
.eapps-facebook-feed-large
.eapps-facebook-feed-posts-item {
width: calc(25% - 15px);
}

```

  

Just add it to the Custom CSS field on the More tab of your widget’s settings and let me know how it worked 😉

---

<div class="post-metadata">

### Author: ![BEN\_STEVENS](https://avatars.discourse-cdn.com/v4/letter/b/35a633/32.png) [@BEN\_STEVENS](https://community.elfsight.com/u/BEN_STEVENS)
#### Post date: [August 30, 2024, 6:27pm UTC](https://community.elfsight.com/t/more-than-three-columns/68297/4 "2024-08-30T18:27:06Z")

</div>

Thanks!

---

<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: [August 30, 2024, 6:28pm UTC](https://community.elfsight.com/t/more-than-three-columns/68297/5 "2024-08-30T18:28:20Z")

</div>

You are very welcome 😉
