Hi @marchefox, you can certainly do this with the FREE version.
this is the php file you will need to edit in the ‘editor’
content-frontpage.php
Grab the sections (commented out in the code) and place in the order you want. Just be sure to grab the correct section with its full statement: for example:
/* OUR FOCUS SECTION */
$zerif_ourfocus_show = get_theme_mod(‘zerif_ourfocus_show’);
if( isset($zerif_ourfocus_show) && $zerif_ourfocus_show != 1 ):
zerif_before_our_focus_trigger();
get_template_part( ‘sections/our_focus’ );
zerif_after_our_focus_trigger();
endif;