you were right! the problem was in fact in the facebook like and share button.
all i needed to do was to force the div to 100% width like so:
.facebook-button-container .facebook-button{
width: 100% !important;
}
Thank you for helping me find the issue!