Forums

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

Home Forums CSS Layout error [WP page] when Article is short, right column shifts under Article

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38174
    caseyburnett
    Participant

    I’m trying to build a friends website, I’ve modified a WP theme by using a child theme. It looks as he wants it on the landing page, however when I tested with filler text which is short, the layout breaks. One of the right column’s two sidebars drifts almost to center under Article.

    I’m guessing it is a CSS thing, as it breaks in FF / Chrome / Safari.

    I’ve done various reading online, and experimented with (positioning, height, etc). I don’t know what I’m missing. bummer. thanks in advance.

    [working layout — lots of text in “article” section]
    http://www.stillmountaincounseling.com/wordpress/

    [error layout — ]
    http://www.stillmountaincounseling.com/wordpress/services/

    #103259

    Try giving your content div a min-height value so it shoves the sidebar items to the right.

    #103263
    caseyburnett
    Participant

    Thx @fredthewebchap that did work. I am worried though that the top sidebox will change in height and I might get a glitch. But for now this is something I can live with.

    #103267
    Senff
    Participant

    I’d say it would be safer to put the two sidebars in a DIV together (that’s floated right and has a 170px width), so that they will never get separated.

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