Mobile responsive css code for Tables and Search
-
Hi and thanks again, as ever for this beautiful plugin.
I am near able to be able to launch using Events Manager but have spotted that:
1) the Tickets box overspills on mobile screens.
2) the Search input boxes do not automatically resize causing similar overspill issues.
For problem 1 I found this code:
@media screen
{
th
{display: none;}
tr
{display: flex; flex-direction: column;}
td
{display: flex; flex-direction: column;}}
BUT – it does not work. I have no solution for problem 2. I have tried adjusting the input fields to auto.
Can you please offer a solution or some css so that I can overcome this, please?
Really thanks and the very best – as ever.
- The topic ‘Mobile responsive css code for Tables and Search’ is closed to new replies.