Hi,
I’m working with your swift page builder. I’ve noticed when you add a raw HTML block you get code like this:
<div class="container">
<div class="row">
<div class="spb_content_element col-sm-12 spb_raw_html">
<div class="spb_wrapper">
<p>This is a raw html block.<br>Click the edit button to change this html.</p>
</div>
</div>
</div>
</div>
The problem I’m having is I would like to be able to add a class to the outer container that would enable me to stretch this specific div 100% width of screen and set the background color.
Would you have any advice on how to do this?