Pricing table left align text

Hi there,
there seems to be an issue on left aligning the text inside a pricing table.

Hello @Socially2018,

Thanks for asking. :slight_smile:

Can you please share website URL for us to take a closer look?

Thanks.

Thank you!

https://sociall.ly/pricing/

I’d also like to reduce the gap in between each line of copy with the ‘check’ marks, if poss

Hey @Socially2018,

Please add this code in Appearance > Theme Options > Global CSS.

.x-pricing-column-info ul>li {
    line-height: 1;
    text-align: left;
}

This would be the result.

Hope that helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.