Forums

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

Home Forums CSS Sidebar cut off

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #34750
    Ian G
    Participant

    Can anyone quickly figure out why the sidebar on my frontpage is being cut off while the sidebar elsewhere isn’t? The CSS is the same for both, but there must be some other element interfering (or mebe a typo I’m missing somehow…)

    Doesn’t work:
    http://www.ecoevolution.org/

    Works
    http://www.ecoevolution.org/news/new_york_organic_grocery_store_giving_free_eggs_shoppers

    #88971
    TheDoc
    Member

    The div of #content-area-front has overflow: hidden; on it. That’s why it’s being cut off.

    #88978
    Ian G
    Participant

    Ahh, that’s right. I was using that to keep the content area from collapsing. Is there a better way to keep the div expanded?

    #88982
    TheDoc
    Member

    For the home page you could add a clearing div or the clearfix hack.

    #89006
    Ian G
    Participant

    Got it. Went with Nick Gallagher’s clearfix hack, worked pretty durn good so far, need to check other browsers.

    Thanks Doc!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.