Good morning. I created a table in this page: https://www.626bardolino.com/prova-calendario-corsi/ (password is: ht9vqxz67).
I need to add a button or an image in third column.
How can I do? Thank you.
Hi Pas7o,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-table.avia-table-1 td button {
display: block;
margin: 0 auto;
}
.avia-table.avia-table-1 td {
vertical-align: middle;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Pas7o,
Please change this
.avia-table.avia-table-1 td {
vertical-align: middle;
}
to this:
.avia-table.avia-table-2 td:last-of-type {
vertical-align: middle;
}
Best regards,
Victoria
I changed the code but it doesn’t work.
Hi,
Thanks for the screenshot. Please try this as well:
tr td ul {
margin-bottom: 0;
}
Best regards,
Rikard
Ok thank you.
Hi Pas7o,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria