center a button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 04, 2017 1:24 am
Reply with quote
Report this post
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
User avatar
Fresh Boarder

teitbite
Wed Mar 08, 2017 6:08 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.demo-typo_padd button {
    float: none;
    margin: 0 auto;
    width: 120px;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.