Hello @helikazeta,
I hope you are doing good.
I have checked your query. And you can fix this issue by applying a little bit of Custom CSS.
Here is the Custom CSS given below –
@media only screen and (min-width: 390px) and (max-width: 1024px) {
.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item {
display: inline-flex;
}
}
You can also check this Doc to learn more about using Custom CSS – https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/
I hope it will help you to fix this issue. Try it and Let me know how it goes.
Thank you.
Hello, Thanks.
It’s fixed on Ipad – but still happening on mobile.
Hello @helikazeta,
Thanks for your feedback.
I request you to add this Custom CSS also –
@media only screen and (min-width: 320px) {
.elementor-widget-eael-feature-list .-icon-position-left .eael-feature-list-item {
display: inline-flex!important;;
}
}
I hope it will work for the mobile device also. Please try to check with your Incognito or Private Window of your browser. Let me know how it goes.
Thank you.
Thanks – that fixed it.
Appreciate it