Hi!
Since last update, the “Element Backside / Tooltip Content” of my icon grid is hidden/empty at the mobile view.
I’m using an icon grid on my start page with 3 icons. On mouseover, there is more text visible.
At mobile view, I can’t see this mouseover text any longer. It’s hidden/empty.
At desktop view, it works fine.
Please help
Hey koreolis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive.av-no-preview #top #wrap_all #after_full_slider_1 .av-mini-font-size-hidden {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
