Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1176773

    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/

    #1177098

    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

    #1177335

    Hi Nikko
    Thanks for helping me…
    I tried both of these and they worked perfect. Thanks a million – much appreciated :)
    K.

    #1177371

    Hi nolka,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘pricing table vertical align text in columns’ is closed to new replies.