We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a CSS bug in the Icon List element.
The font awesome icons do not have the correct alignment or padding so that the text is an equal distance from the icon on all list items.
This can be fixed by adding the following class to the element style
.elementor-element.elementor-element-7e2ju89 .elementor-icon-list-icon{display:inline-block; text-align:center;}
The text was updated successfully, but these errors were encountered:
098c37d
No branches or pull requests
There is a CSS bug in the Icon List element.
The font awesome icons do not have the correct alignment or padding so that the text is an equal distance from the icon on all list items.
This can be fixed by adding the following class to the element style
.elementor-element.elementor-element-7e2ju89 .elementor-icon-list-icon{display:inline-block; text-align:center;}
The text was updated successfully, but these errors were encountered: