Make a Seemless Full Width Graphic at End of SiteFarm Page

PHOTO EMBED

Fri Aug 13 2021 20:23:21 GMT+0000 (Coordinated Universal Time)

Saved by @ucguy #css #sitefarm

/* End of Page Graphic */
/* Use .path-frontpage for home page and .node-id where id is the node id, ex. .node-16 */
.path-frontpage .footer {
  margin-top: 0;
}

#your-block-id {
  margin: 0;
  padding: 0;
}
content_copyCOPY

This snippet is a little tricky, you can use .path-frontpage .footer to target the footer on the front page, but if working on a landing page your will need to target that page using .node-id instead of .path-frontpage, where id is the node number; ex. .node-16. And the #your-block-id needs to be the ID of your custom block that contains your graphic.