New issue
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
Icon List - Alignment - Inline? #1624
Comments
|
After doing a little playing around this is a known quirk of using flex model with inline elements. I found that if you add an option to toggle the elements inline, just also toggle the ul to have following properties: here is the css output: Inline - justify right Inline - justify left Inline - justify center And of course the logic should be smart enough to set inline for only specific modes and when not inline for a particular device width, we remove the flex props from the ul and everything works as it does now. This would give the utmost design flexibility for icon lists both vertical and horizontal. Thanks. |
|
Yes, please see my response on the other thread, they are similar yet still individual. Thx - #1601 (comment) |
|
Hi, What will be the css code? I will appreciate your help. |
|
@muzaffarsiddiqui I used: This would be a great enhancement! |
|
Need this. |
|
+1. Just realized Elementor Icon List element doesn't have an inline option |
|
It's the simple things that take the longest to curate |
|
Done for the next version #3522 |



I thought this was requested before but had a hard time finding it. Is it possible to make an icon list display inline without custom css? Thx
The text was updated successfully, but these errors were encountered: