• On my blog at https://www.30minutefatloss.com/blog there is too much space between the post title and post content, on the blog home page and when you click on the title to go to the post page.

    How do I change this? I would like to point out that there was just the right amount of space between the title and content before I started to use Windows Live Writer and downloaded all my posts to it.

    Needless to say I will not be using that program again.

    I just want my blog back to where it was to begin with.

    Thanks for you help.

    WB

Viewing 5 replies - 1 through 5 (of 5 total)
  • caused by the height of the iframe injected by some facebook plugin – either find the setting of the plugin or change to a different plugin.

    In iframes (facebook like)
    style="border:none; overflow:hidden; width:450px; height:130px"
    change eg. to
    style="border:none; overflow:hidden; width:450px; height:40px"

    Thread Starter wbarnes78

    (@wbarnes78)

    Thanks. The Facebook Like plugin was the problem. Got it corrected to the right amount of space.

    NOW…

    Can anyone tell me how to add a little space/padding between the post title, the date and comment line, and the facebook like button?

    All that stuff seems to be a little scrunched together.

    Check it out here: https://www.30minutefatloss.com/blog

    Thanks.

    style.css

    line 251 to:
    .post .title { margin: 0 50px 10px 0; font-weight:400;}

    line 254 to:
    .post-meta{margin:0 15px 10px 0;font-size:10px;color:#9F9F9F; font-family:Verdana, Geneva, sans-serif; text-transform:uppercase; line-height:11px;}

    Thread Starter wbarnes78

    (@wbarnes78)

    Yes, that worked! Thank you so much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Space between post title and post content’ is closed to new replies.