Positioning of Social Follow Buttons with Shortcode
-
I’ve used a WPCode snippet with the shortcode for Social Follow buttons to place the buttons in my site’s footer, but I can’t figure out how to get the buttons centered on the page. It also changed the color of the logos to white from what’s set for the standard icons (it kept the background and outline colors though) and i would like to get the title and icons on the same line if possible. I would greatly appreciate any assistance!
This is the snippet I have set up currently as a sitewide footer (this is all in a snippet because my site theme has 4 widget columns and that cannot be changed, so it is impossible to center anything in the widget area unless I edit the theme file):<div style="text-align:center; margin: auto; background-color: #003533; color: #c1b972;"><a ; style="color: #7c7235; text-decoration: underline;";>Terms & Conditions</a> | <a ; style="color: #7c7235; text-decoration: underline;";>Privacy Policy</a>
<?php echo do_shortcode('[TheChamp-Social-Follow social_networks="facebook=https://facebook.com/csbeckart,instagram=https://instagram.com/csbeckart" shape="round" title="Like/Follow Us!"]') ?><br>
</div>The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.