• Hi everybody!
    Today I upgraded WP to version 4.1 and an issue that I previously already had and fixed with JetPack Sharing buttons is now showing again, and this time I haven’t been able to fix it!

    In some pages of my portfolio (i.e. http://www.enjoykerin.com/portfolio/nel-paese-dei-bugiardi/) there’s much space between the end of a post and the sharing buttons.
    In other pages everything displays correctly (http://www.enjoykerin.com/portfolio/area51-summer-festival/).

    A friend of mine told me to change

    div.sharedaddy,
    #content div.sharedaddy,
    #main div.sharedaddy {
    	clear: both;
    	}

    with

    div.sharedaddy,
    #content div.sharedaddy,
    #main div.sharedaddy {
    	overflow:hidden;
    	}

    and it worked with older WP and Jetpack versions.
    Now it is not working anymore and I really do not know what to do. 🙁
    I’ve read different topics aabout JetPack sharing buttons issues but nothing helped.
    Thanks in advance to anyone who will take some time to help or reply!

  • The topic ‘JetPack space before sharing buttons’ is closed to new replies.