Jumbotron section alignment

Hello,

How does one move the title, description entry, and first button to the left-hand side in the jumbotron section? I would like to align these three elements with the site logo.

Here’s our web site: http://europdevconsulting.com/

Cheers in advance.

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

#header .bottom-header {
text-align: left;
}
.col-sm-8.col-sm-offset-2 {
margin-left: 0px;
}

Thanks!
Colorlib Support Team