Widget with nested widget zones

Suneel Jhangiani asked on April 26, 2018 19:44

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>

Correct Answer

Brenden Kehren answered on April 27, 2018 17:48

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.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.