Home › Forums › CSS › Can someone help me center these buttons (please.) :-) › Re: Can someone help me center these buttons (please.) :-)
October 28, 2012 at 12:51 am
#112800
Participant
Adding something like this to your stylesheet should do it for you:
.socialize-in-content {
background: #efefef;
clear: both;
margin-bottom: 20px;
width: 580px;
}
.socialize-in-content > div {
margin: 10px 0 3px 10px;
}