Reply To: Pricing adjustments

Homepage Community Forums Epik Theme Support Pricing adjustments Reply To: Pricing adjustments

#11516
Wes
Moderator

    You can add text-align: left; to the .plan-list around line 767

    .plan-list {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: left;
    }