By Ralf van Hattum on Thursday, 06 August 2015
Posted in Technical Issues
Likes 0
Views 488
Votes 0
Hi support,

When a user click the like button at the bottom of the page the popup disappears behind an other part of the site. Please see the screenshot. Can we fix this?

Example page: http://losibigscale.com/easyblog/entry/breaking-news-losi-audi-r8-lms-1-6-4wd

Best regards,
Ralf
The problem is actually caused by your Joomla template as it has a fixed height and it is configured in a way to hide anything that exceeds the height. To fix this you need to apply the css codes below but I am not sure if this would affect the template.


body #jsn-content {
overflow: visible;
}
·
Thursday, 06 August 2015 02:30
·
0 Likes
·
0 Votes
·
0 Comments
·
You are the best, it worked!!!! Many many thanks Mark for your help!
·
Thursday, 06 August 2015 02:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ralf,

You are most welcome. Glad that your issue has been resolved now.
·
Thursday, 06 August 2015 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post