View Single Post
  #6 (permalink)  
Old 02-01-2008, 12:04 PM
rubber2002's Avatar
rubber2002 rubber2002 is offline
Pligg Donor
 
Join Date: Jul 2007
Posts: 279
Thanks: 30
Thanked 8 Times in 7 Posts
Quote:
Originally Posted by manya1011 View Post
well a solution is to move it, or to fix your css to make sure its big enough for your sidebar..

For the CSS little thing open it up. main.css

find


Code:
#content-wrap2 {
background:#fff;
position:relative;
min-height:1050px;
height:auto;
margin:0 20px;

and then change the following value to whatever you want. For example

Code:
#content-wrap2 {
background:#fff;
position:relative;
min-height:2000px;
height:auto;
margin:0 20px;
Good luck guys.

Thanks Manya
Reply With Quote