badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Use text widget on business layout

#28858

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!