Icon List Widget: Allow for links within inline list items #29700
maxms
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe..
Icon List widgets with inline display selected that have links within the list items do not display inline. The links have a specific css rule that will display list item links in flex:
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a { display: flex; }
Describe the solution you'd like.
It would be nice if we could add links to inline list widget items and the content of that item would display inline.
Describe alternatives you've considered.
I currently solve this by adding custom css to each list widget:
selector .elementor-icon-list-text a { display: inline; }
Additional context
I submitted this as a bug since the css exists that causes this issue but was told to submit as a feature request:
#29518
Thank you!
Agreement
Beta Was this translation helpful? Give feedback.
All reactions