How can I change the alignment of the content from left to center and color of a single empty cell on the top left to gray? Please help
Hey ymahesh,
Please try the following in Quick CSS under Enfold->General Styling:
td {
text-align:center;
}
Best regards,
Rikard
Thanks alot. It worked :)