K2 items and Share Facebook, dialogue box cut off

Professional Joomla social template with metro design and JomSocial extension support.
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
Tue Oct 08, 2013 3:47 pm
Reply with quote
Report this post
In my K2 items, when i try to share it the dialogue box is cutted off... then don't allow me to do it :pinch:
Please somebody help me !
User avatar
Fresh Boarder

GK User
Tue Oct 08, 2013 8:15 pm
Reply with quote
Report this post
Can you please show me your website link.
User avatar
Platinum Boarder

GK User
Tue Oct 08, 2013 10:50 pm
Reply with quote
Report this post
normanUK wrote:Can you please show me your website link.


Yes, sure.
http://lnx.farsiunlibro.it/blog/
User avatar
Fresh Boarder

GK User
Tue Oct 08, 2013 11:05 pm
Reply with quote
Report this post
Can you add following css code which should fix this cut off. You can add it in template settings > advanced settings > custom css.

Code: Select all
.fb_iframe_widget iframe {
max-width: none !important;
}


Let me know if you need further help.
User avatar
Platinum Boarder

GK User
Wed Oct 09, 2013 8:36 am
Reply with quote
Report this post
normanUK wrote:Can you add following css code which should fix this cut off. You can add it in template settings > advanced settings > custom css.

Code: Select all
.fb_iframe_widget iframe {
max-width: none !important;
}


Let me know if you need further help.


Thank you so much NormanUK. The problem was fixed better with add this code:

.fb_iframe_widget iframe {
max-width: none !important;
}
.itemLinks .itemTagsBlock, .itemLinks .itemSocialSharing {
overflow: visible;

See you.
}
User avatar
Fresh Boarder

GK User
Wed Oct 09, 2013 8:41 am
Reply with quote
Report this post
Thanks for letting us know : )

See you around...
User avatar
Platinum Boarder


cron