Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anchor div at bottom of another div (sorry, it's wordpress) Reply To: Anchor div at bottom of another div (sorry, it's wordpress)

#261583
Bill
Participant

Beverleyh – thanks for responding. Read over your link, added this class, and it seems to be working (although I can’t explain why :O)), responsively, on all browsers

.custom-anchortobottom{
margin: 0;
min-height: 40px;
bottom: 0;
position: absolute;
}