Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #403913

    Hi @kriesi,

    I just found out that a two column table displays correctly on a PC (all columns left) but formats the second column as centered on a mobile. How can I fix this?
    URL below if needed.

    Thanks a lot for a hint.

    BR
    Peter

    #404049
    This reply has been marked as private.
    #404400

    Hi!

    Please try to paste the following in your Quick CSS:

    .responsive div .avia_responsive_table .avia-data-table td{
    text-align:left !important;
    }

    Regards,
    Rikard

    #404464

    Thanks Rikard,
    this is what I was looking for. (I was so close. Just forgot the !important…)

    Best regards
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘2nd column of table displays centered on mobile’ is closed to new replies.