moving content field messes everything up

  • Unknown's avatar

    Here is my site:

    http://www.pinchyfingers.com

    I’d like to keep my content field the same size and move it closer to the sidebar, but everything I try makes the layout all screwy. Can anyone make a suggestion?

    Here is the code:

    #frame {
    width: 1024px;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    background: url(images/main.jpg) 0 0 no-repeat;
    }

    #middle {
    background: url(images/main.jpg) 0 0 repeat-y;
    overflow: auto;
    width: 1024px;
    margin: 0px auto;
    padding: 0px;
    }

    #content {
    float: right;
    width: 611px;
    background: #0f0a04;
    margin: 18px 8px 18px 18px;
    padding: 5px 5px 15px 5px;
    border: 1px solid #231709;
    display: inline;
    }

    #sidebar {
    float: left;
    background: #100a04;
    width: 200px;
    padding: 10px;
    margin-left: 5px;
    border: 8px solid #231709;
    display: inline;
    }

    Thanks a lot for any help!

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.

    If you don’t understand the difference, you may find this information helpful.

  • The topic ‘moving content field messes everything up’ is closed to new replies.