• I am busy with modifying a theme to fit my own purpose.

    It was almost finished, when a problem occured. The sidebar I added wouldn’t align with the content. I have tried a lot of different codes and settings, but I can’t get the sidebar next to the content. Can anyone help me?
    You can see the problem at:
    http://www.fantasy-blog.nl

Viewing 1 replies (of 1 total)
  • hi

    two CSS suggestions that should fix this

    line 317

    #sidebar {
    --> delete -->margin-left:560px;
    --> add --> float: right;
    padding:0 36px 0 0;
    position:relative;
    width:190px;
    }

    line 363

    #footer {
    --> add --> clear: both;
    background:transparent url(img/bgfooter.jpg) no-repeat scroll 0 0;
    color:#666666;
    font-size:1.1em;
    line-height:41px;
    margin:0 0 20px 24px;
    text-align:center;
    width:762px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Getting sidebar to align with the content’ is closed to new replies.