icon list element : Responsive control for layout option #24242
79ho3ein
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.
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
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions