Hi. The description column of my pricing table is not aligned with the rest of the columns, making the table difficult to read. Is there any way to fix this?
Also, how do I change the opacity of the text in the pricing table? Or change the text size slightly? The <small> tag is not adequate for what I need and I’m not aware of other options.
Thanks!!
Hey dannablumenau,
You can add these styles to enfold/custom.css
body.page.page-id-4738 .pricing-table>li {
line-height: 22px;
min-height: 41px;
}
Also you can play with text size and opacity there.
Let us know if this was helpful and if you have any more questions.
Best regards,
Victoria