in item-post.php and item-edit.php
find this code:
<fieldset class="hook-block i-shadow round3" style="display:none;" data-step-id="3">
<h2>
<span class="text"><?php _e('Details', 'veronika'); ?></span>
<span class="step round2"><?php _e('Step', 'veronika'); ?> 3 / 3</span>
</h2>
<div id="post-hooks">
<?php ItemForm::plugin_post_item(); ?>
</div>
cut and paste it below TITLE & DESCRIPTION:
<!-- TITLE & DESCRIPTION -->
<div class="title-desc-box">
<div class="row">
<?php ItemForm::multilanguage_title_description(); ?>
</div>
</div>
<!--YOUR CODE GOES HERE WITH CUSTOM FIELDS-->