Here is a page and the current css. I treid the display: table-cell method based on some research but it did not have any affect so I’ve fixed the height at 900px for now. I’d like to have that bottom image align to the bottom of the content. Thank you!
“http://therecreationcoach.com/programs/addiction-recovery/”
#secondary {
display: table-cell;
background-image: url(http://therecreationcoach.com/wp-content/uploads/2016/02/watermark-01.png);
background-size: contain;
background-repeat: no-repeat;
background-position: right bottom;
height: 900px;
}
#content, #secondary {
display: table-cell;
}