Well, both are supported 🙂
If you want to show sidebar before products then add this line to your site –
add_filter( 'wcfmmp_is_allow_mobile_sidebar_at_bottom', '__return_false' );
Add custom code(s) to your child theme’s functions.php
In case you do not have child theme then add those using this plugin – https://ww.wp.xz.cn/plugins/code-snippets/
Thank You