Hi!
I have this table created and I would like to align vertical and horizontally in the center the text “windows installer | 32bit”
How can I do this?
Thanks a lot :)
Hey Samuel,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
table th {
vertical-align: middle;
}
Let us know if this helps :)
Best regards,
Nikko
Solved!
Thank you.