Icons list issue

Hey! Is there a way for the second line in an icon list bullet to start after the icon, instead of right under it? Here’s the url of my pricing table:

See how whenever there’s a bullet with too many words and results in a 2-line bullet, the second line starts without indenting.

Any ideas?

Hi There,

Thanks for writing in!

Can you please add this CSS to your theme option -> CSS and let us know if that works!

.x-pricing-column-info ul>li [class*=x-icon-] {
    float: left;
    padding-bottom: 20px;
}

Hope this helps!

Nothing changed…

Nm! It worked (:smile:

Glad to hear it’s sorted.

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