Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   Facebook "Like" Button - Alignment Question (http://forum.bytesforall.com/showthread.php?t=8018)

Graytness Jul 8, 2010 05:39 PM

Facebook "Like" Button - Alignment Question
 
Currently using WP 3.0 and Atahualpa 3.5.1
My blog can be found here: www.dudesofamerica.com
First time using Wordpress and am feeling very overwhelmed...ha ha. Suppose I should've picked an easier template, but I love the options that Atahualpa offers.

I just added a couple of plug-ins, a Facebook Like button and a plug-in called AddThis (links to social networking sites). If you look at my blog, I have both plug-ins below the post, but I don't want them to be stacked on top of each other like that. I'd like to have the Like button to the right and the AddThis to the left. Where can I do this? These are not options from within the Settings tab for the plug-ins. Do I have to get into the CSS / HTML to do this? If so, where can I find the code? Like I said, I'm feeling very overwhelmed, ha ha. Thanks in advance.

juggledad Jul 8, 2010 05:56 PM

each of those plugins is independent.
one thing you could tryis to edit both plugins and change the code so they are both in the same <div>

Graytness Jul 8, 2010 06:25 PM

Ok, sounds easy enough...now where do I find that code? Sorry, this is all pretty new to me.

juggledad Jul 8, 2010 08:18 PM

Look in the plugin's folder

dido Jul 24, 2010 05:34 AM

Use a table to have everything on the same line :

<table cellpadding="0" cellspacing="0">
<tr><td>
<?php echo facebook_like_button_plugin_sc_standard($options); ?>
<a>&nbsp; &nbsp; &nbsp; </a>
</td><td>
<?php do_action( 'addthis_widget' ); ?>
</td></tr></table>

Y

lmilesw Jul 24, 2010 08:21 AM

Try adding the following to ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:

.addthis_container {
float: left;
margin-right: 20px;
}



All times are GMT -6. The time now is 12:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.