• Resolved Adrianus

    (@adrianus)


    In setting-up JetPack sharring buttons on posts, I discovered the buttons appear each with a scrollbar at the bottom. Site Post: http://omnitraveller.com/dublin/

    I searched Google and discovered a fix for Artisteer (which I am using) which is to place

    .art-postcontent .sharedaddy ul > li:before, .art-post .sharedaddy ul > li:before, .art-textblock .sharedaddy ul > li:before { margin: 0;
    }

    in JetPack CSS editor under Appearance > Edit CSS and not in the WordPress editor.

    It didn’t work. What should I do?

    https://wordpress.org/plugins/jetpack/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi there,

    I don’t see the scrollbars. Can you take a screenshot of what you mean? You can use http://snag.gy for the screenshot. Also, what browser version and OS are you using?

    Thread Starter Adrianus

    (@adrianus)

    I use Firefox v.27.0.1 in Windows 7. I looked at the page in Windows browser and it shows correctly. So, the problem seems to be with Firefox. Screenshot is at http://screencast.com/t/WJYc4uFb7t. Sorry it took so long. Thanks.

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi! I narrowed it down to this rule in your site’s CSS:

    .tra-postcontent ul > li:before, .tra-post ul > li:before, .tra-textblock ul > li:before {
        margin-left: -10px;
    }

    Found in http://omnitraveller.com/wp-content/themes/OmniTraveller17/style.css on line 2307. Remove that and it works fine. I was unable to reproduce this issue with the default TwentyThirteen theme on my test site, so it’s definitely only because of this rule in your theme. I don’t quite know what purpose that ruled served, though. When I disable it in your theme using Firebug, the only thing that I can see changing is the Sharing buttons, so I think it’s probably safe to delete that rule.

    Thread Starter Adrianus

    (@adrianus)

    Yes, it was safe. Your recommendation worked perfectly. Thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scrollbars appear under JetPack's sharing buttons’ is closed to new replies.