You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
arielk
added
the
type/responsive
Indicates when a topic is related to Responsive Design, for tablet, mobile, and other screens.
label
Nov 16, 2016
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:
The text was updated successfully, but these errors were encountered: