Facebook Like Box being cut off

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
Thu Aug 21, 2014 3:30 pm
Reply with quote
Report this post
Hello again

I'm using ITPShare to handle my social media interaction. However with this template when I click the "Like" button the box that pops up is cut off. I have tried other templates and it displays as it should. My research has shown that it is a css issue I just can't figure it out. Can you take a look and help me out please.

http://www.change-the-conversation.com/ ... -us-detail

:ugeek:
User avatar
Junior Boarder

teitbite
Sat Aug 23, 2014 9:43 am
Reply with quote
Report this post
Hi

Can You please tell me the url to the page I can see an example of this problem ? The one above is giving 404 error.
User avatar
Moderator

GK User
Sat Aug 23, 2014 12:33 pm
Reply with quote
Report this post
User avatar
Junior Boarder

teitbite
Sun Aug 24, 2014 10:49 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
iframe {
    max-width: unset;
}
User avatar
Moderator

GK User
Mon Aug 25, 2014 12:41 pm
Reply with quote
Report this post
Thank you.

I see what you did there. Brilliant. That works perfectly for me
User avatar
Junior Boarder

GK User
Wed Aug 27, 2014 11:28 am
Reply with quote
Report this post
Hello!

I'm having the same issue with the facebook like button frame.

I've tried the solution posted earlier ( the css override), but it is only working on firefox. On the IE and google chrome, when I click on the like button, the frame is still cutted of.

Can you help me?

here's an link to the page I'm working: http://musicaemusicos.pt/trocar-notas/artigos-de-opiniao/musica-e-politica-sessao-24-de-maio-museu-da-musica

oh, I should state the following - the facebook button in use, is default button of K2 component, that was already instaled in the template.

I'm looking forward for your feedback
Thanks in advance
User avatar
Fresh Boarder

teitbite
Wed Aug 27, 2014 7:07 pm
Reply with quote
Report this post
Hi

Try maybe a static value as:

Code: Select all
iframe {
    max-width: 1000px !important;
}
User avatar
Moderator

GK User
Thu Aug 28, 2014 9:28 am
Reply with quote
Report this post
It works perfectly!!

Thank you for the support;)
User avatar
Fresh Boarder


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