Jump to content

Reduce footer space above and bellow IG plugin

Recommended Posts

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

Screenshot 2021-06-29 at 14.06.10.png

Screenshot 2021-06-29 at 14.06.19.png

Link to comment
  • Replies 1
  • Views 304
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.