callouts
Callouts are great tools to encourage visitors to do an action. Here is a simple example:

Markup
Using .vcenter class in .tb-vcenter-wrapper parent would position the child vertically centered, so that the button at the right will be vertically aligned with the text at the left.
Add Parallax Background
You will add the background to the section that contains the call to action by usong data-img-src attribute along with the .parallax-layer class. More on this at parallax sections.

Alternative

Notice the usage of .col-sm-push-4 and .col-sm-pull-8. These classes are asset classes of Bootsstrap to allow you manipulate the columns. Using above code will cause teh button to remain at the bottom of the texts at mobile devices while the button is at the left at desktop devices.
Last updated