Facebook like botton

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Sun Oct 28, 2012 9:37 pm
Hi, I can't see the picture of the face of the facebook comments.
How can I have this rigth??
Thanks.
http://guiakemen.eu/index.php/recetas/r ... lacha.html
User avatar
Gold Boarder

Konrad M
Mon Oct 29, 2012 11:52 am
Hi,
please try find in k2.css (line 114)
Code: Select all
.itemSocialSharing {
 margin: 42px 0 0 !important;
padding: 20px 0 0;
border-top: 1px solid #EEE;
}

and change to:
Code: Select all
.itemSocialSharing {
margin: 42px 0 0 !important;
padding: 20px 0 0;
border-top: 1px solid #EEE;
 float:left;
 width:100%;
 overflow:visible !important;
}
User avatar

GK User
Mon Oct 29, 2012 12:10 pm
Hi, in /components/com_k2/css i'll only find this:

div.itemSocialSharing {padding:8px 0;}
div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
div.itemFacebookButton {float:left;margin-right:24px;width:200px;}
div.itemGooglePlusOneButton {}

Is in other rute??

Thanks
User avatar
Gold Boarder

Konrad M
Mon Oct 29, 2012 12:12 pm
I thought about templates/gk_restaurant/css/k2.css
User avatar


cron