Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #872346

    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.

    #873479

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.