• Resolved ninjagrrl

    (@ninjagrrl)


    Basically I am trying to get the content of one page to span the width of the page. I have already used the advice to create a separate page template from the Simple Press forums, and I was able to get the sidebar to not load for that one page, but for some reason I cannot get the content of that page (the forums) to span the entire page. Here is a link to what I am talking about. http://northerncrusade.info/home/?page_id=6

    Any help would be greatly appreciated! 🙂

    Heather

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit the stylesheet and change:

    .forumclass {
    float:left;
    margin:0 0 0;
    padding:0 0 20px 45px;
    width:1080px;
    }

    to

    .forumclass {
    margin:0 auto;
    padding:0 0 20px;
    }

    Then add:

    .forumclass .single-entry-titles,.forumclass .post-wrapper {width:94%;}
    .forumclass .single-entry-titles {background-image:none;padding-top:0}

    The last line will remove the blue post topper image from above the forum because, as soon as the forum extends beyond 940px, that image repeats and it doesn’t look so good.

    Thread Starter ninjagrrl

    (@ninjagrrl)

    You are the best!! That worked perfectly, thank you so much for your time, it is much appreciated 🙂

    P.S. Really appreciate you going the extra mile and telling me how to get rid of the blue bar on top, looks amazing now. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to span the width of the page’ is closed to new replies.