Hello,
We are using the Simplicity theme and I am trying to center buttons on the home page.
See http://imagebuildingmedia.com. We are trying to center the row of buttons in the middle section, if anyone can give us the CSS.
Thanks!
Allan McNabb
.demo-typo_padd button {
float: none;
margin: 0 auto;
width: 120px;
}