Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter mattmatt88

    (@mattmatt88)

    Nobody else has the problem? It’s on every wordpress site of mine and it’s because of the plugin

    hugoaap

    (@hugoaap)

    Hello there,
    I am having the same problem here. There is a white space showing that i recently noticed. You can see it here: https://www.guitaceltim.com/home

    Any idea?

    Kitefr

    (@kitefr)

    I saw that too !

    I could fixed it but, unfortunately, i had to change a little thing in the plugin page because it is actually a div made to ensure other elements will go under the social ring plugin and not in the same line.

    I try to do it in css but it was hard coded in the plugin files so i had to modify it a little…

    If you’re interested, you can do it by open the libray.php file you can find in : plugins/wordpress-social-ring/includes/library.php

    Go to line 174, you will find that :
    $html .= '<div style="clear:both;">&nbsp;</div><!-- Social Ring Buttons End -->'."\n";

    Change to :
    $html .= '<div style="clear:both;"></div><!-- Social Ring Buttons End -->'."\n";

    I just remove the &nbsp; inside the div. That done the trick !

    Thread Starter mattmatt88

    (@mattmatt88)

    Thank you but there is already NO   in my code:

    $html .= ‘<div style=”clear:both;”></div><!– Social Ring Buttons End –>’.”\n”;

    hugoaap

    (@hugoaap)

    Kitefr, Tried your suggestion but it doesnt fix the issue.
    What else could be done??

    Thread Starter mattmatt88

    (@mattmatt88)

    Also still have the problem

    BillyAtStudioPretty

    (@billyatstudiopretty)

    I had this problem too.

    You can fix it with css:

    .social-ring + div {
    height: 1px;
    }

    ??

    Thread Starter mattmatt88

    (@mattmatt88)

    Didn’t work for me.

    Not know why it works for me and not for you actually… i will try to see why very soon !

    Hello there, i have tried all your suggestions, but none have worked….

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Footer Space’ is closed to new replies.