Hello, I am the editor of iheartf1.co.uk which is a blogger based site, can anyone grab the code from our site and tell me why there is a random blank space under the post title on our home screen?? I know half the solace is due to AddThis links that I have made vanish on the home page deliberately but there is another space that needs ridding... Thanks Rob Iheartf1
The html on that page isn't very good & this could be way off but it looks like the following could be the problem. You have a div under the header which contains 2 other divs that are empty. <div class='post-header'><div class='post-header-line-1'><div class='post-share-buttons goog-inline-block'></div></div> The divs above are held open by the css line-height and display settings. Remember always make a backup before you make changes.