Center Social Icons – outside of footer Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Center Social Icons – outside of footer Tagged: social icons This topic has 5 replies, 2 voices, and was last updated 10 years, 8 months ago by Ernesto. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 22, 2014 at 4:54 pm #6145 babaLucasParticipant how do we center social icons in other parts of the website that are not the footer? Having trouble on this site specifically: http://urbankick.com Icons are under the slider on the homepage. April 22, 2014 at 5:57 pm #6158 ErnestoMember Hi! Go to your Custom Css Section in your Theme Options Panel and enter the following code: .center {margin-left: auto; margin-right: auto; position: relative; text-align: center; padding-left: 200px;} Hope that works out for you! April 22, 2014 at 8:39 pm #6168 babaLucasParticipant unfortunately no; see the site again: http://urbankick.com arg! April 23, 2014 at 11:28 pm #6207 ErnestoMember Hi, I´m sorry about the previous code. Try the following one, it´ll allow you to manually center the code adjusting the pixels in the left padding. ul.social-list.center {margin: 5px auto; padding-left: 350px;} Hope that works out for you! April 23, 2014 at 11:46 pm #6211 babaLucasParticipant still not it. i used some nasty formula css to make it happen, but i have to test responsiveness…i fear it won’t work. #intro ul.social-list.center { margin: 0 calc((100% - 215px)/2); width: 215px; } hope you guys can find more integrated solution for sucha basic need. April 24, 2014 at 12:05 am #6216 ErnestoMember Hi, found out that the following code does the sample effect in a simpler way. However, your previous code seems to be working fine as well. #intro ul.social-list.center { margin-left: 380px; width: 215px;} Author Posts Viewing 6 posts - 1 through 6 (of 6 total) The forum ‘Agile Theme Support’ is closed to new topics and replies.