September 30, 2015 at 5:21 am
#28858
Theme Horse Support Team
Keymaster
Hi Thomas,
You have to choose the recommended widgets only for the Business Template.
If you want to use the text widget to be presented in line with the rest of the layout wrap your text content with <div class="container">
for example see the code below:
<div class="container">
Your text here
</div>
Thank you!