Hi I am working on my site and I'de like to set the FB button on it but I'm not able to position on top of the transparent layer and the button that appear is Twitter instead of FB.
This is my site :
http://www.odinovignali.com/test/
I'am using rapid weaver with Photographos 2 Theme
This is my lateral bar code:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a> /*This Should be FB not Twitter????*/
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fa2c90c247f391f"></script>
<!-- AddThis Button END -->
<div id="myExtraContent2">
<h1>OdiPhotography</h1>
Enter optional text, slogan or links here
</div>
And this my CSS code
.galleria-thumbnails {margin: 0 auto; }
.aux1 {display: none;} /* Hides Album Title */
.aux2 {display: none;} /* Hides Album Description */
div.addthis_toolbox {
width:33%;
margin-top:-25%;
margin-left: 340%;
margin-right: 33%;
}
Many Tnks
Odino