Like button box height

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Aug 12, 2013 8:53 am
Reply with quote
Report this post
How increase facebook like window height to show more details before confirm like

Image

thanks
User avatar
Senior Boarder

GK User
Mon Aug 12, 2013 9:34 am
Reply with quote
Report this post
Could you show me your site URL ? It is probably overflow issue.
User avatar
Platinum Boarder

GK User
Mon Aug 12, 2013 3:30 pm
Reply with quote
Report this post
bkrztuk wrote:Could you show me your site URL ? It is probably overflow issue.


here is url: http://www.idevice.ge

same problem have this template demo site and my site too
User avatar
Senior Boarder

GK User
Tue Aug 13, 2013 9:32 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
div.itemSocialSharing {overflow: visible}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Tue Aug 13, 2013 10:56 am
Reply with quote
Report this post
bkrztuk wrote:Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
div.itemSocialSharing {overflow: visible}

and then just remember to enable "Use override CSS" option in template advanced settings tab.


Thanks bkrztuk

I added this code
Code: Select all
 div.itemSocialSharing {overflow: visible}
in override.css and afer this enabled "Use override CSS" option in template advanced settings tab but result is same :(

Like windows not showing again fully

any idea or missing something to fix this problem
User avatar
Senior Boarder

GK User
Tue Aug 13, 2013 11:24 am
Reply with quote
Report this post
Add !important so it doesn't get overridden by other css
Code: Select all
div.itemSocialSharing { overflow: visible!important }
User avatar
Platinum Boarder

GK User
Tue Aug 13, 2013 12:44 pm
Reply with quote
Report this post
normanUK wrote:Add !important so it doesn't get overridden by other css
Code: Select all
div.itemSocialSharing { overflow: visible!important }


thanks now works fine
User avatar
Senior Boarder

GK User
Sun Sep 07, 2014 8:03 pm
Reply with quote
Report this post
i am having the same issue but above solution does not worked for me
User avatar
Expert Boarder

GK User
Mon Sep 08, 2014 8:28 am
Reply with quote
Report this post
@kkapoor - please provide an URL to your website.
User avatar
Administrator

GK User
Mon Sep 08, 2014 9:23 am
Reply with quote
Report this post
User avatar
Expert Boarder

GK User
Mon Sep 08, 2014 10:09 am
Reply with quote
Report this post
@kkapoor - please add the following code at the end of any CSS file:

Code: Select all
.fb_iframe_widget_lift {
max-width: inherit!important;
}
User avatar
Administrator

GK User
Mon Sep 08, 2014 10:22 am
Reply with quote
Report this post
It worked.
Thanks
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.