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

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