Overlapping Content issue

Discussion in 'CSS' started by pjk, Jan 28, 2008.

  1. #1
    Hello,
    I adjusted my left menu (made it wider), and it slid all of the content over as well so it didn't overlap. However, now now the menu overlaps all the download tables. Here is a screenshot:
    [​IMG]
    Notice that all the content slid over, but the "$page_content" did not. How do I go about fixing this? What part of the CSS do I need to edit, or what part of $page_content do I need to edit? I attached the source code of the page to this post, and the CSS can be found here:
    http://pjkcubed.com/css.html

    Thanks in advance.
     

    Attached Files:

    pjk, Jan 28, 2008 IP
  2. Anduril66

    Anduril66 Well-Known Member

    Messages:
    390
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    108
    #2
    You have to change the left margins of the main content to match the new size of the left sidebar. Ie

    #content {

    margin:0 150px 5px 150px;

    }
    should become

    #content {

    margin:0 210px 5px 150px;

    }

    You might have to change #contentwide2 too.
     
    Anduril66, Jan 28, 2008 IP
  3. pjk

    pjk Well-Known Member

    Messages:
    624
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Hello,
    Thanks a lot for the reply. I just changed both as suggested and neither had any noticeable difference on the site. Any other ideas?

    Thanks again.
     
    pjk, Feb 1, 2008 IP