Hi.
I just found out that my table cells all are displaying the word “date” before the content … but ONLY on mobile devices?
What gives?
Jesper =)
Hey Synne!
Are you using a plugin for the area there?
Let us know please.
Cheers!
Basilis
Hi :-)
I’ve deactivated all plugins, and also tried removing all custom css, but the problem still occurs?
Strange bug!
Jesper
Hey!
try to use this code in Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive .avia_responsive_table .avia-data-table td:before {
display: none;
}}
Best regards,
Andy