Hi,
How can I make the content text of those cells within a highlighted column of a data table be aligned to the right? The default alignment is left.
Also, in that same table I’d like to align the content of all other columns to “center”
Thanks,
JT
Hi jtarzian!
Can you post the link to your website? They should be center aligned
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive div .avia-data-table td { text-align: right; padding-right: 15px; }
Best regards,
Yigit
Great! Issue solved!! You rock Yigit!