Skip to:
Content
Pages
Categories
Search
Top
Bottom

main background too wide, cant get a border to work.

  • @rebeccadonnelly

    Member

    Hi,

    I want my forum (weemanstudios.com/forum) to have a border like the rest of the site (weemanstudios.com). However as you can see it sets the visible area on the screen white and the border can only be seen by scrolling along. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @gerikg

    Member

    1. Add this to you style.css in your forum theme

    #megaContainer {
    background-color:#FFFFFF;
    border-left:thin solid #666666;
    border-right:thin solid #666666;
    margin-left:auto;
    margin-right:auto;
    min-height:100%;
    position:relative;
    width:840px;
    }

    2. change <div class="megaContainer"> to <div id="megaContainer"> in your theme header.php

    @rebeccadonnelly

    Member

    Ok I have a border now but i’m still experiencing the original problem where the background only displays off screen and the area is too wide..

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar