badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Extend Right Sidebar to the Bottom of the Page (container)

#42606
ghowes
Participant

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;
}