Global - Instagram Grid Feed

 avatar
Bnnthpnzln
css
19 days ago
272 B
2
Indexable
Never
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*/
Leave a Comment