FeatureFuel
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

![icon list](


Describe alternatives you've considered

_No response_

Additional context

_No response_

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests