Notice. I’m not using any caching plugin
I’ve got nearly the same issue. I’m adjusting the same .css file and I can see the changes in the file but not on my website despite also clearing out caches. I think sharedaddy might be using the jetpack.css file but I don’t dare change that. Any ideas?
Cheers, P.
I’ve solved my problem, i have edited /wp-content/plugins/jetpack/css/jetpack.css
There i removed the “hard coded” css from .sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important} and placed my changes .sd-content ul{margin-bottom:0px; !important; padding-top:6px; !important;}
Jetpack must have changed something in sharedaddy, i’ve never experienced this king of problems and always have made changes to /wp-content/plugins/jetpack/modules/sharedaddy/sharing.css
Now i must not forget to make a backup of the file every time that jetpack upgrades
Nice one BushidoPT. I’m going to try that too. Thanks for reporting back.
Editing jetpack.css will indeed work, but in the future, I’d recommend against editing plugin files. Instead, you can use the option under Settings > Sharing to disable Jetpack’s CSS and JS sharing files, and insert your own custom files instead.
You can read more about how to do this here:
https://ww.wp.xz.cn/support/topic/jetpack-sharing-recaptcha-options?replies=4#post-4750794