Like button box height
Rate this topic: 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
thanks
thanks
-
- 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.
-
- 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
-
- 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 :
and then just remember to enable "Use override CSS" option in template advanced settings tab.
- Code: Select all
div.itemSocialSharing {overflow: visible}
and then just remember to enable "Use override CSS" option in template advanced settings tab.
-
- 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}
Like windows not showing again fully
any idea or missing something to fix this problem
-
- 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 }
-
- 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
-
- 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
-
- 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.
-
- Administrator
- 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;
}
-
- Administrator
12 posts
• Page 1 of 1