Help positioning Gallery Div to Bottom of browser window

Hello there,

I’m trying to figure out how to get the div holding the images to stick to the bottom of the page? www.scotbarchitects.com/portfolio

I’ve messed with the div:

section.blog { background:rgba(0, 0, 0, 0.6); top:auto !important; }

I added top:auto !important; to override the template css.

Then I add this:

.horizontal { bottom: 59px !important; }

However, that messes up my Profile page?

Any ideas?

Thanks,
Lorne

It’s stuck to the bottom for me in Chrome (although I’m not sure why. :slight_smile: ) Is this fixed, or not working in a particular browser?

Sorry forgot to post an update.

I fixed it by using the custom class of the page id. So it only works on that page.

Thanks,
Lorne