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!
password SNOW6
pw: SNOW6
HI @Spujeh
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- 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 !