Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jtzenterprise

    (@jtzenterprise)

    Answered my own question because I am impatient… I had an open DIV statement in the header.php file. Closed it and it works fine. Now I want to make the margins between the two columns wider… Any help?

    when i looked at it, the sidebar was even overlapping the content.

    try this:

    #sidebar
    {   float:right;
    	padding: 20px 0 10px 0;
    	margin-right: 30px;
    	width: 190px;
    	}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘right column falls to bottom of page’ is closed to new replies.