More than three columns

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

1 Like

Hi there @BEN_STEVENS :wave:

This code should do the trick:

.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 :wink:

Thanks!

1 Like

You are very welcome :wink: