I’d like to display 4 (or more) columns wide vs the 3 that is the default for the Facebook feed.
Hi there @BEN_STEVENS ![]()
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 ![]()
Thanks!
You are very welcome ![]()