Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pravin Suthar
    Participant

    Actually i’ve created social share icons from your website and they are working fine after i’ve placed the code in head and body of my html website. I just need to allign the icons in centre, currently it is on the left of the website. Can you help me?

    Hi Pravin,

    Sure, I can help. Can you please share your website URL where the icons are placed? I can look at it live and suggest further steps.

    Thanks,
    Aakash

    Pravin Suthar
    Participant

    https://threadsphotodownloader.online/

    Mention code to allign it to the center of the screen.Thanks!

    Hi Pravin,

    Please paste the CSS below on your site between the <style> tags.

    .socializer {
        display: flex;
        justify-content: center;
    }

    Thanks,
    Aakash

    Pravin Suthar
    Participant

    Should I paste it in the body part where I’ve placed the social share code from your website?

    Hi, You can paste it within the body tags. Full style tag code can be copied below.

    <style>
    .socializer {
        display: flex;
        justify-content: center;
    }
    </style>

    Thanks,
    Aakash

    Pravin Suthar
    Participant

    Ok thanks for your guidance ☺️

    Marking this as resolved.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to allign the social icons generated from your website in html website’ is closed to new replies.

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter