Hey enfold team!
I have a problem with this page on mobile device: http://www.unjeunezen.fr/calendrier-et-tarifs/
The price table is fully visible on a computer but we only see the price on mobile without “chambre individuelle” etc.
Thank you for your help
Hey Alexandre49,
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) {
.avia_responsive_table .avia-data-table tr:first-child th {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey victoria,
Thank you for your answer,
I put the code in Enfold > General Styling > Quick Css and in themes/enfold/css/custom.css. It didn’t work with both.
What else could I try?
Best regards
Alexandre