Forums

[resolved] Trying to span the width of the page (3 posts)

  1. ninjagrrl
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  3. ninjagrrl
    Member
    Posted 2 years ago #

    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. :)

Topic Closed

This topic has been closed to new replies.

About this Topic