semantic ui how to offset
As offsets are not supported in Semantic UI's grid the only way I could think of working around this limitation is to insert an empty column where you need the offset:
<div class="one wide column"></div>
There is no predefined classes available for Offsetting Grids in Semantic UI.
https://github.com/Semantic-Org/Semantic-UI/issues/863