• Hi there

    I have just set up a Blog at http://www.justaminute.co.za using WordPress and need some assistance please. At the foot of the page above the black footer I am deleting the Social Connections, Blogroll and Recent Comments. I know how to do this but when I do I am left with that space blank. Can someone please tell me how to delete it so that the links along with the black footer are positioned directly below the ‘torn off page’ in the content area.

    Thanks
    gary

Viewing 4 replies - 1 through 4 (of 4 total)
  • Look for this in the style sheet:

    /*——————————-
    START footer
    ——————————-*/

    #footer {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 455px;
    background: #bcc5c1 url(‘images/bottom.jpg’) top center no-repeat;
    clear: both;
    }

    You can experiment with the height.

    Thread Starter TheGapMedia

    (@thegapmedia)

    Thank you so much for the help. I did it. However have a look at it for me if you get a chance and let me know if you have any suggestions of how I could get it much closer to the content of the footer. I want to bring the Copywrite details to just under the Links and the abstract footerbar.jpg (the abstract picture at the bottom) closer to the Copywrite info so that it’s all nice and close together at the bottom.

    http://www.justaminute.co.za

    Thanks
    gary

    I want to bring the Copywrite details to just under the Links

    .footerlinks {
    list-style: none;
    list-style-type: none;
    text-align:center;
    padding: 0px 70px 0px 70px;
    font-size:1.2em;
    clear: left;
    }

    You might have to edit this image to get it to move up any farther.
    //www.justaminute.co.za/wp-content/themes/greyzed/images/footerbar.jpg

    Thread Starter TheGapMedia

    (@thegapmedia)

    Perfect – thank you very much!

    gary

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deleting Blank Space’ is closed to new replies.