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:
- @media (max-width: 1023px) to @media (max-width: 1024px).
- @media (min-width: 1024px) to @media (min-width: 1025px) for desktop.
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: