3
icon list element : Responsive control for layout option
Source: elementor/elementor#24242 · opened by @79ho3ein
Prerequisites
• I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
• The feature is still missing in the latest stable version of Elementor ( Elementor Pro )
What problem is your feature request going to solve? Please describe.
It would be great if we could control the layout option at different breakpoints independently. Currently, this option applies to all breakpoints. I am currently using the following code to overcome this issue.
@media(max-width:767px) {
selector .elementor-icon-list-items{
flex-direction: column;
}
}
Describe the solution you'd like
Responsive control for layout option

What problem is your feature request going to solve? Please describe.
It would be great if we could control the layout option at different breakpoints independently. Currently, this option applies to all breakpoints. I am currently using the following code to overcome this issue.
@media(max-width:767px) {
selector .elementor-icon-list-items{
flex-direction: column;
}
}
Describe the solution you'd like
Responsive control for layout option
![icon list](
Describe alternatives you've considered
_No response_
Additional context
_No response_
No pledges yet. Be the first to back this.
Comments
Similar requests
Make Icon List Widget Layout Responsive
4 votes · 0 comments
🚀 Feature Request: Responsive Controls for Site-Wide Gaps Setting
2 votes · 0 comments
Print Structuring
1 vote · 0 comments
Dynamic Icon in Icon Widget and Icon Box Widget
55 votes · 0 comments
Icon List Widget: Allow for links within inline list items
2 votes · 0 comments
No comments yet.