social buttons doesn't line up well
-
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. <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?
- The topic ‘social buttons doesn't line up well’ is closed to new replies.