Adding social media buttons to footer
-
Hello, I’m currently using a plugin called simple social buttons to put share social buttons on the site. I want to use the class designated for the plugin buttons – simplesocialbuttons and place these buttons in the footer of the entire site. I was trying to build some custom CSS to do it but its not working for me. Here is what I have right now:
.footer .simplesocialbuttons {
height: 20px;
margin: 10px auto 10px 0;
text-align: left;
clear: left;
}Can I get some help on this
- The topic ‘Adding social media buttons to footer’ is closed to new replies.