how to I reduce the padding on the insta feed app ?

I want my instagram to be full width with minimum padding on the sides. ive tried a few codes on here but they do not work for me im using dawn theme 15

1 Like

Hi @Spujeh

Please, share your store URL. Thanks!

www.pujehome.com

password SNOW6

www.pujehome.com

pw: SNOW6

HI @Spujeh

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.page-width:has(div#insta-feed) {
    max-width: unset !important;
    padding-inline: 5px !important;
}
.instafeed-new-layout-container {
    width: 100% !important;
}
.instafeed-new-layout-item {
    width: 100% !important;
}

Here is the result: https://prnt.sc/_rD-6UJ3ucwm

I hope this helps

Best,

Daisy

Thank you , that worked !