NicholasWangBlog 12 Posted April 6, 2016 (edited) Is there a way to make an instagram block bleed to the edge of my site? I'd like the square images to take up the full width of the canvas without any padding. I'm using the Pacific template. Any tips would be greatly appreciated. Thanks! Edited April 6, 2016 by NicholasWangBlog Initial Revision 1 divar reacted to this Share this post Link to post
0 dimsk 2,807 Posted August 22, 2018 (edited) Not sure if anyone else is looking for this, but thought I'd share. Not an ideal solution as it goes outside of margins to avoid having to remove padding and margins from all blocks. The values of the margins will need to be edited to fit your site but the following should give people a starting position. On my end I was using the Carousel design: //desktop @media (min-width:961px) { .instagram-block{ padding-left:0px !important; padding-right:0px !important; //margin-left:-40px !important; //margin-right:-40px !important; width:100vw !important; left:0% !important; margin-left:-168px !important; } } //tablet @media (max-width:960px){ .instagram-block{ padding-left:0px !important; padding-right:0px !important; width:100vw ; left:0% !important; margin-left:-17px !important; } } //mobile @media (max-width:640px) { .instagram-block{ padding-left:0px !important; padding-right:0px !important; width:100vw ; left:0% !important; margin-left:-3px !important; } } Hope this helps someone! Edited August 22, 2018 by DMK Initial Revision 1 conradseto reacted to this Share this post Link to post
Is there a way to make an instagram block bleed to the edge of my site? I'd like the square images to take up the full width of the canvas without any padding. I'm using the Pacific template. Any tips would be greatly appreciated.
Thanks!
Edited by NicholasWangBlogInitial Revision
Share this post
Link to post