Open susantp opened 3 years ago
Hmm strange, for all my customers it is working. Can you be more specific? Maybe give an example.
div class="content-wrapper" style="min-height: 453px;"> div class="col-md-6" phpb-blocks-container>
It's unclear which exact code you have. Please format the files as code. Maybe the closing </div>
is missing
sorry for the previous incomplete code. I was trying to achieve nested block like this
<div class="content-wrapper" style="min-height: 453px;">
<div class="col-md-6" phpb-blocks-container></div>
<div class="col-md-6" phpb-blocks-container></div>
</div>
Shouldn't the inner divs be closed?
it's closed, still overlapping
nested blocks in the page builder functionality not working.