Buttons keep stacking

Hi guys,

Another quick issue I’m having with HuddleCrowd.com.

The buttons on the front page, if the wording is too long stack. How can I make them fit on the same page side by side without shortening what I need to say in the buttons?

hey there

Please add this CSS in appearance - customize - additional CSS

.front-page .col-sm-8.col-sm-offset-2 {
width: 100%;
margin-left: 0px;
}

Thanks!
Colorlib Support Team