All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
HI @Spujeh
.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;
}
Hi @Spujeh
Please, share your store URL. Thanks!
This is an accepted solution.
HI @Spujeh
.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;
}
Thank you , that worked !