albertmyles Posted June 29, 2021 Share Posted June 29, 2021 Hello guys, 1. How can I reduce the black footer space above the IG plugin in mobile view? 2. How do I also reduce the black space under the IG plugin? I have already added code but there is still this spacing that I would like to remove. #footer-sections .content-wrapper { padding-top:0!important; padding-left:0!important; padding-right:0!important; overflow-x:hidden; max-width: 100%!important; } https://turtle-seadragon-7bz3.squarespace.com Link to comment
tuanphan Posted July 1, 2021 Share Posted July 1, 2021 Add to Design > Custom CSS /* Mobile footer black bar */ @media screen and (max-width:767px) { /* top black */ div#block-206c616921bccc8a024e { padding-top: 5px !important; } /* bottom black */ div#block-1ab6c5b7f2e13da7484b { padding-top: 5px; padding-bottom: 5px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment