Cadel Posted October 13, 2020 Share Posted October 13, 2020 Site URL: https://cowbell-ocelot-45a6.squarespace.com/ Hi, On mobile I want to get rid of the padding at the top of the IG feed in my footer. I have the below - but nothing I try seems to be working: div .sqs-block .instagram-block .sqs-block-instagram { @media screen and (max-width: 767px) { padding-top:0px !important; }} Any help? Link to comment
tuanphan Posted October 13, 2020 Share Posted October 13, 2020 Try this .homepage main#page section:last-child .content-wrapper { padding-bottom: 0 !important; } div#block-yui_3_17_2_1_1600781018787_16286 { padding-bottom: 0; } 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!) Link to comment
Cadel Posted October 13, 2020 Author Share Posted October 13, 2020 9 minutes ago, tuanphan said: Try this .homepage main#page section:last-child .content-wrapper { padding-bottom: 0 !important; } div#block-yui_3_17_2_1_1600781018787_16286 { padding-bottom: 0; } Hi, That didn't work unfortunately, it still has the padding at the top. Link to comment
tuanphan Posted October 14, 2020 Share Posted October 14, 2020 I see the code works here. Can you take screenshot Custom CSS box? 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!) Link to comment
Cadel Posted October 14, 2020 Author Share Posted October 14, 2020 Hi @tuanphan, Sure I've attached below. On 10/14/2020 at 12:47 PM, tuanphan said: I see the code works here. Can you take screenshot Custom CSS box? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.