We have “launched” our new site built on Enfold, we have done a bit of custom css in our child theme,
The last we did was this change, to make the footer not so tall.
#footer .widget {
margin-top: 10px;
margin-bottom: 10px;
}
This works fine by adjusting the footer. BUT, now the share to facebook and share to linkedin buttons are barely visible. I reversed my css change, but it is still a problem. The bottom footer gets placed ontop of the buttons.
What can cause this? I havent touched the css for .av-share-box ul li a
Hey gjelsvik!
Please add following code to Quick CSS
.av-share-box {
margin-bottom: 5px;
}
Cheers!
Yigit
Sorry Yigit, that didnt make any Difference.
Heres a complete dump of my style.css
http://pastebin.com/cBxYMVrt
I noticed when i loaded the site at home now, that the first time it loaded everything was normal, like it should. Then i refreshed and the Social share buttons was overlayed.. Maybe browser cache, but still weird.
Strange, a new refresh and now it works again..