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