Help with a page not displaying correctly

  • deputy963

    #2646

    Hello,

    Just took Graphene and Graphene mobile public and it looks great! The only issue I have is with a plugin called Simple Press.

    Simple Press displays a forum inside a WP page. Unfortunately the page does not load the sidebar consistently and the footer on that page is huge. I’ve looked and tinkered for hours and can’t seen to find an explanation, cause, or fix.

    The page in questions is http://www.davescomputertips.com/forum/ and any help would be much appreciated – I’m out of ideas and at my wits end.

    Mod

    Kenneth John Odle

    #21233

    It’s not your footer that’s the problem. Something on that page is too wide, and it is pushing your sidebar down beneath the forum and behind the footer. I can’t figure out what it is, though.

    deputy963

    #21234

    Here’s the CSS I’m using for width and it works everywhere else on the site.

    #container { width: 1160px; }

    .two-columns #content-main { width: 875px; }

    .two-columns .post.page { width: 845px; }

    .two-columns .post { width: 790px; }

    .two-columns .post.post_404 { width: 845px; }

    .two-columns .post.nodate, .two-columns .post.page, .two-columns .post.post_404, .two-columns .post.post_404_search {

    width: 845px; }

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.