elementor / elementor

The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.

Home Page:https://elementor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive bug: Tablet in landscape 1024px is not working

Githubhem opened this issue · 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