Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kjbenk

    (@kjbenk)

    It seems that theme is some how adding some styling code to the Facebook box. There is a way to fix this but you will need to add some custom code to your style.css file.

    If you do not know how to edit your style.css please go to this link and scroll down to number 3.

    .facebookbox > div > span {
        margin-top: 0px !important;
    }
    Thread Starter ericdzen

    (@ericdzen)

    Thanks for the response. I followed the steps and also tried to fool around with the code in my custom css but I couldn’t get the white space to disappear. I moved the facebook button to the top so that the added white space is harder to notice, so it isn’t too big of a issue anymore. So unless there are any other fixes, you can close this out.

    Plugin Author kjbenk

    (@kjbenk)

    you can try:

    .facebookbox div span {
        margin-top: 0px !important;
    }
    Thread Starter ericdzen

    (@ericdzen)

    That worked! Thanks for the quick and helpful support.

    Plugin Author kjbenk

    (@kjbenk)

    We are glad we can help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White space above facebook icon’ is closed to new replies.