Hello jennifersmu, it is a simple problem.
Change Load WP Socializer CSS setting to “Yes” under the “Social buttons” tab.
If the above did not work, add the code
.wp-socializer ul {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
}
.wp-socializer ul li {
background: none;
display: inline !important;
list-style-type: none;
margin: 0px 5px 5px 0px;
padding: 0px;
float: left !important;
}
in the placement template anywhere i.e under the “placement” tab in placement 1 or 2 textbox.
Before using the second method, post your site’s link here, so that i can examine the problem deeply !
Thanks for your appreciations ..