How do I make the date in the table aligned left without having to assign manually in every cell? I tried adding align left to a bunch of stuff in custom styles but nothing works.
Hey VirtualAlex,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-data-table td {
text-align: left !important;
}
Hope this helps :)
Best regards,
Nikko