How can I change my feed's width?

Use full width


Option a) For Shopify 2.0 themes

In 2.0 themes, the App block that holds Instafeed typically has the same width as the other sections in the theme by default.

To use the full width, go to Online Store > Themes > Customize and uncheck the option "Make section margins the same as the theme" from the Apps block that contains Instafeed.

The way this option appears varies from theme to theme. In some themes it appears as "Make section full width" (in this case you will need to check this option), or anything similar.

Option b) For legacy themes

The majority of themes include Custom Liquid/HTML sections that use the full width of the store. If they don't, you can often find an option in the Custom Liquid/HTML settings to make the section fill the entire width.


Use the same width as the rest of your sections


Option a) For Shopify 2.0 themes

In Shopify 2.0 themes, the App block containing Instafeed typically shares the same width as the other sections in the theme by default.

Option b) For legacy themes

Most themes have Custom Liquid/HTML sections that occupy the entire width of the store. In certain themes, the Custom Liquid/HTML section includes a setting to use make the margins/width the same as the theme. If you don't find this option, feel free to reach out to us at support@minttstudio - we're always ready to assist you!


Other cases


There is also the option to change the width of Instafeed with Custom Code. To do so, go to Online Store > Themes > Customize > Instafeed and the following code under the "Custom Code" area:

<style>

#insta-feed {

width: 'FEED-WIDTH';

}

</style>

Replace 'FEED-WIDTH' with the percentage value of the width you want Instafeed to occupy within the section that contains it (example: 80%, 90%, ...)

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us