It was working at first, but now it sticks to the far left on the home page no matter what I do to the positioning settings. It seems to work fine on posts though. Any suggestions?
It was working at first, but now it sticks to the far left on the home page no matter what I do to the positioning settings. It seems to work fine on posts though. Any suggestions?
Homepage is kind of tricky as different themes implement it in different ways. It could be that the plugin scripts are not loading on the homepage. Will need to figure out the fix. Would recommend turning it off on homepage for now.
I'm having the same issue on individual posts. I only have it enabled for posts and no matter what I set the offset from left to it sticks to the far left. Any ideas?
Edit: if I check with Firebug I see this style being rendered for the bar:
.getsocial {
background: url("../images/sharetitle_dark.png") no-repeat scroll right bottom #DDDDDD;
border: 1px solid #D9D9ED;
border-radius: 3px 3px 3px 3px;
left: 0;
position: absolute;
top: 200px;
width: 73px;
z-index: 200;
}
So the top is still set at 200px even though I set it to 230px in my settings. Left is set to 0, so that's why it's stuck to the left.
Weird thing is that the background color is being rendered correctly, because I adjusted that too.
You must log in to post.