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.
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?
Hey!
I’m not sure why that happened, did updating the theme solve it?
Regards,
Rikard
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?