Can someone give me a suggestion on the easiest way to create a widget that would have two nested widget zones? In essence looking to create a layout widget that would output something like:
<div class="row"> <div class="col-lg-7 col-md-6 col-sm-12 col-xs-12"> [Widget zone] </div> <div class="col-lg-5 col-md-6 col-sm-12 col-xs-12"> [Widget zone] </div> </div>
I'd suggest taking a look at this web part in the Marketplace and installing it in a test environment. It has what you need already done.
Please, sign in to be able to submit a new answer.