Hello everyone,
I have a small problem with the resonsive title of a table. As you can see in the screenshots, not the whole title appears on mobiles.
Is there any solution to this?
Best Regards
Asterios
Hi asterios!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.page-id-15411 tr.avia-heading-row th {
white-space: pre-wrap !important;
}
Regards,
Günter
Hi Günter,
this worked for me fine, thank you!
Best Regards
Asterios