• slimdiggie

    (@slimdiggie)


    Good morning,
    I’m working on my first custom layout and need some advise. For some reason there is a nice gap between my footer on both the pages/posts. I would like the footer to match up to the bottom of my tan color perfect. Here is a link to the image

    http://img21.imageshack.us/img21/4988/testlcp.png

    here is my code currently

    (PAGE CODE)

    .static_page {
    background-color:#e5d6c1;
    width:560px;
    margin-left:20px;

    }

    (POST CODE)

    .post_snippet {

    background-color:#e5d6c1;
    width:560px;
    margin-left:20px;
    margin-bottom:0px;
    }

    #footer {
    background-image:url(footer.png);
    height:200px;
    width:556px;
    position: relative;

    }

    any help would be great.

    Thanks,
    Slim

Viewing 4 replies - 1 through 4 (of 4 total)
  • stvwlf

    (@stvwlf)

    Hi

    the problem is not with any of the code you included. Its not possible to find the problem from just that code and your images.

    Thread Starter slimdiggie

    (@slimdiggie)

    what do you need to help resolve the problem?

    stvwlf

    (@stvwlf)

    a URL would be a big help

    Thread Starter slimdiggie

    (@slimdiggie)

    I’m using it on my local machine it is not online. Sorry.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘spacing issue please help’ is closed to new replies.