• Resolved CNeira

    (@kaenz)


    Hi i use the shorcode: [miniorange_social_login] but the buttons align on the left, i align in the center the code but not work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi @kaenz,

    Thank you for reaching out to us.

    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>

    Let me know if this resolves the issue. If not, please contact us through the support form in the plugin.

    Thanks,
    miniOrange Team

    Plugin Author miniOrange

    (@cyberlord92)

    Hi,

    Please get back to us at [email protected] in case you have any other issue in future.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Align center’ is closed to new replies.