Hi,
Kindly open wp-content/themes/sentence1.0.3/css/layout.css and find this line of code:
/* All Mobile Sizes (devices and browser) */
below it(just a few blocks away) find this line of code:
#top #header .social_bookmarks {left: auto; right:auto; top: auto; margin:0; position: relative; float:none; display:inline-block;}
Replace it with this:
#top #header .social_bookmarks {
left: auto;
right: auto;
top: auto;
margin: 0;
position: relative;
float: none;
display: inline-block;
height: 32px;
}
Hope this helps. :)
Cheers,
Ismael