What's your biggest current challenge? Have your say in Community Polls along the right column.

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

Solved

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

Spujeh
Excursionist
30 0 3

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

Accepted Solution (1)
DaisyVo
Shopify Partner
1030 130 144

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @Spujeh 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Spujeh
Excursionist
30 0 3

www.pujehome.com

password SNOW6

Spujeh
Excursionist
30 0 3

www.pujehome.com

pw: SNOW6

DaisyVo
Shopify Partner
1030 130 144

This is an accepted solution.

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
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Spujeh
Excursionist
30 0 3

Thank you , that worked !