• SashaSarago

    (@sashasarago)


    Hi

    I want to insert some space in between my post titled ‘Hello World’ positioned directly beneath the Facebook, Twitter & RSS icons located on my home page. Please see the homepage of my website http://www.cockyapple6.com. As you can see the post is too close to the icons.

    Please help! Thanks

    Cheers Sasha

Viewing 1 replies (of 1 total)
  • Josh

    (@josh401)

    In your stylesheet, change this:

    #social {
    margin: 0px 0px 40px;
    position: relative;
    }

    To this:

    #social {
    margin: 0px 0px 80px;
    position: relative;
    }

    Notice we increased the margin(bottom) from 40px to 80x,

Viewing 1 replies (of 1 total)
  • The topic ‘Post Height Size Adjust’ is closed to new replies.