How to align social media icons in one row?

the7k

New Member
I managed to add facebook, twitter and g +1 social media buttons to my website in one row. But when I try to add the VK like button to the same row it just goes beneath the rest. [*]I tried aligning all 4 of them by using CSS and all buttons aligned correctly while the VK button just displaced to a new row. Here is how I tried doing it:\[code\]#Social { text-align: center; margin-bottom: 20px;\[/code\][*]Tried using basic HTML \[code\]<center></center>\[/code\] and same story first 3 buttons did align, the VK button went to a new row.Here is the code for VK button:\[code\]<div id="vk_like"></div><script type="text/javascript">VK.Widgets.Like("vk_like", {type: "button", height: 20});</script>\[/code\]Hope you can help me sort this one out. Thanks in advance!
 
Back
Top