SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Help positioning Gallery Div to Bottom of browser window

  1. #1
    SitePoint Addict
    Join Date
    Aug 2009
    Posts
    226
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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:
    Code:
    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:
    Code:
    .horizontal { bottom: 59px !important; }
    However, that messes up my Profile page?

    Any ideas?

    Thanks,
    Lorne

  2. #2
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    19,983
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    It's stuck to the bottom for me in Chrome (although I'm not sure why. ) Is this fixed, or not working in a particular browser?

  3. #3
    SitePoint Addict
    Join Date
    Aug 2009
    Posts
    226
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •