By Simon Adrian on Wednesday, 21 December 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 197
Votes 0
I have a problem with the social buttons in the bottom of blogs. The twitterbutton overlaps the facebook-button - see attached screenshot.

Its the same for all templates.
Hello Simon,

Can you please provide us with the URL to the page please?
·
Wednesday, 21 December 2016 23:12
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 21 December 2016 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Simon! Please add the block of css codes below into your custom css file from your Joomla template,

[gist]
body div#fd.eb .is-large .eb-share-facebook .eb-facebook-like {
width: 105px;
}
[/gist]
·
Thursday, 22 December 2016 00:06
·
0 Likes
·
0 Votes
·
0 Comments
·
No, that did'nt help.
But this did.


div#fd.eb .is-large .eb-share-facebook.has-sendbtn {
width: 105px;
}
·
Thursday, 22 December 2016 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Simon. Strange it worked when I pasted it on firebug. Anyway glad that your issues are resolved now
·
Thursday, 22 December 2016 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post