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
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
Thanks Rikard,
this is what I was looking for. (I was so close. Just forgot the !important…)
Best regards
Peter