sparkles2.png

Remove Footer Gap

 

On many sites you may want to remove the default white footer gap on a site. This will be useful for if you have an image or a feed at the bottom of a page that you would like connecting straight to the footer. If you use this effect, you MUST remember to add some blank-block padding to every page you do want a gap.

 
 
 

See the effect in action

 
Screenshot 2021-04-20 at 17.36.33.png
 
 
 

How to use the Effect

Simply head to the 'edit CSS' section of Blocklab whilst you are on the product page, copy and paste the below code in, hit 'Save' and then go back to Blocklab and hit 'Publish' to apply the effect.

 

#shop #blocklab-footer {margin-top: 0px !important}

 

TIP: If you have a white line across the footer after using the code, add this additional line afterwards.

 

#shop #container-fluid-pages-content-default {
display: none !important;
}