Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can someone help me center these buttons (please.) :-) Re: Can someone help me center these buttons (please.) :-)

#112800
antwon
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;
}