1.If you are making changes to a PHP file.
Go to the PHP file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.
<div style="margin-left:100px;">
<?php echo do_shortcode('[miniorange_social_login]')?>
</div>
2.If you are making changes to an HTML file.
Go to the HTML file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.
<div style="margin-left:100px;">
[miniorange_social_login]')
</div>