Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #427415

    hi there,
    please take a look at http://golfacademy-mb.de/anfaenger/ and resize the browserwindow to the mobile size. What you see is: the first month „März“ suddenly dissapear (display first-child: none) but now appears beneath with a pseudoclass which is repeated in every table row. Up to now i use enfold 3.0.8. with a child theme. I want to update today. Do you know this issue and does it disappear with the update? The issue does only appear in the mobile version.

    #427482

    i solved the problem with a fix of the css in my childtheme:

    @media only screen and (max-width: 767px) {
    .responsive .avia_responsive_table .avia-data-table tr:first-child th {display:block;}
    .responsive .avia_responsive_table .avia-data-table td:before {display:none;}
    }

    but i still ask myself what this code was for?

    #428009

    Hey!

    I’m not sure why that happened, did updating the theme solve it?

    Regards,
    Rikard

    #428031

    no unfortunately not. it works now with the code, i posted in the second post above. but i’m wondering, if there is any other element, which could be affected from this?

    #428653

    Hey!

    Ok great. It seems unlikely that your code should affect anything else, as far as I can see you are only targeting the table classes so I think you’re safe :)

    Best regards,
    Rikard

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