Page background color vs. section background color
If you take a look at http://blog.angisullins.com - I have assigned a light grey to the last section background in order to illustrate my question.
You can see the white between the last section and the footer. Is there a way to get rid of this gap?
Comments
this section can be removed within below css:
.section.the_content.no_content { display: none; }