elementor/elementor

Responsive bug: Tablet in landscape 1024px is not working

Githubhem opened this issue · 1 comments

Hello.

Tablet 768px-1024px is not working correctly and behave like desktop.
Elementor code for tablet: @media (max-width: 1023px). But ipad landscape width - 1024px.

Maybe you should replace:

  1. @media (max-width: 1023px) to @media (max-width: 1024px).
  2. @media (min-width: 1024px) to @media (min-width: 1025px) for desktop.

Thanks for your feedback!
Fix: arielk@3a6a8c7