Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #484934

    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 =)

    #484950

    Hey Synne!

    Are you using a plugin for the area there?
    Let us know please.

    Cheers!
    Basilis

    #485053

    Hi :-)

    I’ve deactivated all plugins, and also tried removing all custom css, but the problem still occurs?

    Strange bug!

    Jesper

    #485300

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.