• Resolved hiz74

    (@hiz74)


    Hi, I have recently installed this plugin and everything is perfect, except it’s not responsive on mobile view (<767px). Please guide me through the solution.

    Thank you

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

Viewing 1 replies (of 1 total)
  • Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @hiz74

    Upon checking, I found that your issue is similar to this. You have a?div?element with the class?e-con-inner?that is using CSS flex to set the layout for the page, and this is causing some sizing issues.

    To fix this, please add the following CSS code:

    selector { 
         flex-wrap: nowrap; 
    }

    Please make sure to target this specific container.

    It solved the problem on my end. Please try it on your end and let me know how that goes. Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile view height is not responsive’ is closed to new replies.