Customizing your Instagram Feed
The code snippets below were created by twsparklecat
Demo Page
- [Demo Page]
How to add your Instagram feed to your shop
Fourthwall has a built in Instagram integration that allows you to display your feed, if your account is public. To enable this simply open your dashboard and head over to apps, from here you can select "Instagram Feed"
Once you have done that, head over to your site design page and add a new section. Once you add the "Instagram Feed" section it will appear on your site.
Full Width Instagram Feed
This will allow your feed to span the entire width of the page.
<style>
.instagram-feed > .container {
max-width: 100% !important;
width: 100% !important;
}
.instagram-feed > .wrapper{
padding-left: 0;
padding-right: 0;
}
</style>