Hi @icecast – I don’t think it’s fair at all to say that the page builder “doesn’t work as advertised”. The svg tag being removed is an issue, that I’ll get looked into for the next fix update. Apart from that, what issues do you have??
Instead of using the one_fourth shortcode, you could use this:
<div class="col-sm-3">
[table type="standard_minimal"]
[trow]
[tcol]
<svg class="icon-global"><use xlink:href="#icon-global"></use></svg>
[/tcol]
[/trow]
</div>
Then you can use the push/pull classes.
– Ed