Global - Instagram Grid Feed

 avatar
Bnnthpnzln
css
10 months ago
272 B
6
Indexable
Melissa Temple
/*START - IG Element Padding Fix*/
.ig-feed {
    padding-top: 94px!important;
    padding-bottom: 87px!important;
        @media only screen and (max-width: 768px) {
        padding-top: 59px!important;
        padding-bottom: 64px!important;
        }
}
/*END*/
Editor is loading...
Leave a Comment