Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive bug: Tablet in landscape 1024px is not working #860

Closed
Githubhem opened this issue Nov 15, 2016 · 1 comment
Closed

Responsive bug: Tablet in landscape 1024px is not working #860

Githubhem opened this issue Nov 15, 2016 · 1 comment
Labels
type/responsive Indicates when a topic is related to Responsive Design, for tablet, mobile, and other screens.

Comments

@Githubhem
Copy link

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.
@arielk arielk added the type/responsive Indicates when a topic is related to Responsive Design, for tablet, mobile, and other screens. label Nov 16, 2016
@arielk
Copy link
Member

arielk commented Nov 16, 2016

Thanks for your feedback!
Fix: arielk@3a6a8c7

@arielk arielk closed this as completed Nov 16, 2016
KingYes added a commit that referenced this issue Nov 16, 2016
Tweak! - Changed breakpoint for tablet from 1023px to 1024px - fix #860
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/responsive Indicates when a topic is related to Responsive Design, for tablet, mobile, and other screens.
Projects
None yet
Development

No branches or pull requests

2 participants