GavickPro / Music-Free-Responsive-Joomla-Template

Music is a Free Responsive Joomla! template created by GavickPro
https://www.gavick.com/joomla-templates/free-responsive-joomla-template,91.html
27 stars 19 forks source link

Social API – Facebook – send button - field is cutted #161

Closed responsive-cms closed 11 years ago

responsive-cms commented 11 years ago

If u are logged in in facebook and click on "send", the apperaing window is not fully displayed / cutted.

livesite: http://www.frazy.tv/music/whistleblower-song screenshot: http://www.frazy.tv/images/diverse/debugging/screenshot-fbsendbutton_2013.09.08.jpg

btw.: the g+ send field is displayed fine.

bkrztuk commented 11 years ago

Please add this code to override.css file in root/templates/gk_template_name/css directory :

#gkContent,
#gkSocialAPI { overflow: visible !important}

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

responsive-cms commented 11 years ago

Perfect. Thx a lot!