Hi,
We use a toggle element to display FAQ items. On a samsung galaxy, the “toggle content” does not get high enough. As a result, the text disappears behind the next toggle. Is this a known issue? Do you guys have a fix for this?
Please see a screenshot and URL attached.
Hi bonsaimedia,
Please try to disable CSS File Merging And Compression in Enfold > Performance and clear any cache if you have caching plugins.
Hope it helps.
Best regards,
Nikko
Hi bonsaimedia,
Yes, please give us temporary admin access, so we can check it further.
Just post the credentials in private content.
Best regards,
Nikko
Thanks!
Hi bonsaimedia,
I have added this CSS code in your Quick CSS, please check if this helps fix the problem:
@media only screen and (max-width:767px) {
#top .single_toggle {
float: none;
}
}
Best regards,
Nikko