I’m having trouble isolating the problem I’m having, some stray CSS. Here’s my website: http://www.derekbeck.com/1775/info/july2012mag/
Can anyone tell me what CSS is causing the Share button, when you mouseover it, to pop up off on the right side instead of directly next to the share button?
Thanks,
Derek
You need to remove
position:relativeunder#addthisin your CSS file:Should be:
Edit:
BTW, I’d suggest you put all your CSS code into a single, separate file.