dchavez Posted August 24, 2020 Posted August 24, 2020 Hi, I'm having issues making my instagram feed full bleed. ive use the code below but there is still padding on the left and right and I cant remove it. Any thoughts? //instagram footer// [data-section-id="5f36f92cd2f3677399df26bc"] .content-wrapper { padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; } div#block-yui_3_17_2_1_1597438235439_32573 { padding-bottom: 0 !important; } https://gardenia-cyan-txbg.squarespace.com/ password feel2020
tuanphan Posted August 24, 2020 Posted August 24, 2020 The instagram section has limited width 1400px Add to Home > Design > Custom CSS /* Instagram fullwidth */ [data-section-id="5f36f92cd2f3677399df26bc"] .content-wrapper { max-width: 100%; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jenniferboddam Posted June 22, 2021 Posted June 22, 2021 Hi, for some reason none of the full width codes are working for me it feels like i've tried them all. I found one that actually worked but it made the entire footer full width not just the instagram block, see below. is there something I could change to just point to the block? thanks site is https://flugelhorn-seahorse-lzrb.squarespace.com/ pw: Design section[data-section-id="60aecc15aaad2e638044eb6a"] { .content-wrapper { max-width:100%; padding:0vw !important; margin: 0vw !important; } .content { width:100% !important; } } #block-yui_3_17_2_1_1622072228162_4534 { padding-bottom:0vw !important; margin-:0vw !important; }
tuanphan Posted June 24, 2021 Posted June 24, 2021 On 6/23/2021 at 12:42 AM, jenniferboddam said: Hi, for some reason none of the full width codes are working for me it feels like i've tried them all. I found one that actually worked but it made the entire footer full width not just the instagram block, see below. is there something I could change to just point to the block? thanks site is https://flugelhorn-seahorse-lzrb.squarespace.com/ pw: Design section[data-section-id="60aecc15aaad2e638044eb6a"] { .content-wrapper { max-width:100%; padding:0vw !important; margin: 0vw !important; } .content { width:100% !important; } } #block-yui_3_17_2_1_1622072228162_4534 { padding-bottom:0vw !important; margin-:0vw !important; } Add to Design > Custom CSS /* Instagram fullbleed */ [data-section-id="60aecc15aaad2e638044eb6a"] .content-wrapper { max-width: 100% !important; padding-left: 0px !important; padding-right: 0px !important; } [data-section-id="60aecc15aaad2e638044eb6a"] .content { width: 100% !important; } div#block-yui_3_17_2_1_1622072228162_3324 { padding-left: 5vw; padding-right: 5vw; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.