• Resolved helikazeta

    (@helikazeta)


    The Essential list feature is distorted on Ipad or Iphone.
    When I fix one, the other goes awry and I can’t seem to get them in sync.

    The exact distortion
    The Title and Content appear under the bullet icon, when it should be beside it.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter helikazeta

    (@helikazeta)

    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.

    Thread Starter helikazeta

    (@helikazeta)

    Thanks – that fixed it.
    Appreciate it

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Feature list distorted on Ipad vs Mobile’ is closed to new replies.