Hi – how do i vertically align the text to middle for each column row on the pricing tables – see: https://thewebcrew.co.uk/wordpress-web-hosting/
Hey Kevin,
You can do that by adding this CSS code in Quick CSS, located in Enfold > General Styling:
ul.pricing-table li {
display: flex;
align-items: center;
justify-content: center;
}
Also, I noticed some pink dots in your pricing table, to remove that, please add this in Quick CSS:
ul.pricing-table li:before {
display: none !important;
}
Hope it helps :)
Best regards,
Nikko
Hi Nikko
Thanks for helping me…
I tried both of these and they worked perfect. Thanks a million – much appreciated :)
K.
Hi nolka,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko