Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Share plugin - Facebook button display problem

0 votes
The facebook like button is not alligned with the others. I tried to move his position to see if problem is with 1st element in the row but the problem was still with the facebook button no matter it's positioning.

URL that shows the problem:

http://www.softworld.com/qa/10/how-can-i-make-opera-to-display-the-browsing-speed
Q2A version: 1.4.3
asked Nov 27, 2011 in Plugins by adrianm
Also I think a good option for easy customization and tracking of sharing would be integration with AddThis

1 Answer

+1 vote
 
Best answer

This is a css problem; I've updated the default css, try putting to code below into the admin/plugins share css box:

#qa-share-buttons-container {
    background: none repeat scroll 0 0 #DDDDDD;
    font-size: 125%;
    font-weight: bold;
    margin: 20px 0;
    padding: 20px;
    text-align: center;

}
#qa-share-buttons {
    vertical-align:middle;
}
.share-widget-container {
    display:inline-block;
    poisiton:relative;
}
.qa-share-button {
    width: 54px;

}

answered Nov 27, 2011 by NoahY
selected Nov 28, 2011 by adrianm
ohh, I completely misunderstood that. Changed where you said and is fixed now. Thanks a lot
Facebook like - css problem