• Hi, I am using the plugin called “social ring”

    and it has a feature that allows the customized placement of social buttons.

    and the instruction goes like

    “Custom position
    You can give Social buttons a custom position by calling this function in your theme.
    <?php if(function_exists(‘social_ring_show’)){ social_ring_show();} ?>
    Pay Attention: it must called inside the loop to work properly!”

    I want to put the social buttons (twitter & facebook) below the about section on the front page of my website https://dayforfailure.com/

    and when I copy and paste it as the following, the buttons do not line up.

    <h2 class="about_text">About</h2>
    				<p id="front-text"><b>Day for Failure</b> is an international campaign that brings together people to share failure stories and lessons. Our goal is to build a new culture of failure. As the first step to achieve our vision, we will celebrate failure. It means we learn to admit failure and get the most out of failure.&nbsp; &nbsp;<a href="/about/"><span style="font-weight:bold;text-decoration:underline;">Learn More</span><br> <?php if(function_exists('social_ring_show')){ social_ring_show();} ?>
    </p>
    </div>

    I want it to look like this https://www.charitywater.org/ (front page, below Mission section)

    Could you help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t see the social icons below the About section of that link https://dayforfailure.com/ but below the Interviews section on the right; three black square icons. Is this what you’re referring to?

    Thread Starter passioning

    (@passioning)

    Hi Andrew, Thanks for the reply. No it’s not the ones.

    I haven’t put the icons on our website, as it doesn’t look good really.

    I wonder if it’s unsolvable, unless I put the code back in line?

    The problem is social icons not lining up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘social buttons doesn't line up well’ is closed to new replies.