• Resolved fawkesblog2

    (@fawkesblog2)


    The situation is that i recently added facebook comments to my blog and on the front page directly under the post.

    So that way people who comment do not have to leave the page.

    Now when i add a new blog post it puts up a notification to facebook but the link is to that second page where the comments used to be.

    No major problem but if you look you will see a white block. This was originally so i could tick in my theme to have social media buttons added there.

    As it is it’s just a bit ugly. You can see it here between the end of post and the fb comment box chrisfawkesblog
    My theme is photo lounge by slr lounge.

    Any help in getting rid of that white box will be hugely appreciated.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you do not have an option in the theme to suppress the ‘share it’, and you never have content in that box, you can modify style.css around line 1158 by adding display: none; like this:

    .shareit-box {
        background: none repeat scroll 0 0 #F5F5F5;
        border: 1px solid #DDDDDD;
        display: none;
    }
    Thread Starter fawkesblog2

    (@fawkesblog2)

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help me remove this white block’ is closed to new replies.