Of course, I use this one, which is basic, and exactly what I need: https://wordpress.org/plugins/wk-google-analytics/
You just input your tracking code, your Google Tag Manager code if you use it, and you’re done!
Thank you for the quick reply. I looked for a place to enter the tracking code, but could not find it.
I’m using something else now, that works well.
I tried all day tweaking the CSS (including the solutions above) but nothing happens. It seems that the code is modified afterwards.
I slightly modified one line in a Javascript and now, it appears closed by default if the width is < 600. Add && window.innerWidth>599 in the following:
if(defaults.loadOpen == true && window.innerWidth>599){
floatOpen();
}
in the file slick-social-share-buttons/js/jquery.social.float.1.3.js
Hope this helps. This was driving me nuts! 🙂