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

[Feature Request] Reverse column on tablet #2070

Closed
dam62500 opened this issue Jul 24, 2017 · 7 comments
Closed

[Feature Request] Reverse column on tablet #2070

dam62500 opened this issue Jul 24, 2017 · 7 comments
Labels
status/merged Indicates when a Pull Request has been merged to a Release. type/responsive Indicates when a topic is related to Responsive Design, for tablet, mobile, and other screens.
Milestone

Comments

@dam62500
Copy link

Hello,

I think it's a good features to allow reverse columns for tablets like mobile feature.

@mmjaeger
Copy link

+1

@dam62500 dam62500 changed the title Reverse column on tablet [Feature Request] Reverse column on tablet Jul 25, 2017
@arielk arielk added the type/responsive Indicates when a topic is related to Responsive Design, for tablet, mobile, and other screens. label Jul 28, 2017
@pingram3541
Copy link
Contributor

Is it shameful for me to put a bump on this one? It seems like a simple thing to implement no?

@vongoh
Copy link

vongoh commented Dec 1, 2017

+1

@dam62500
Copy link
Author

dam62500 commented Dec 14, 2017

Any news about that? we can add it very easily. Otherwise, I have a solution. Simply add this css code to your stylesheet and add the class to the section containing the columns.

@media screen and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > .elementor-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@breizhwave
Copy link

just perfect solution @dam62500

@black-eye
Copy link

+1

1 similar comment
@denishacquin
Copy link

+1

KingYes added a commit that referenced this issue Aug 20, 2018
Fix reverse-column bug (#5421) and add tablet breakpoint (#2070 , #3393)
@arielk arielk added this to the 2.2.0 milestone Aug 20, 2018
@arielk arielk added the status/merged Indicates when a Pull Request has been merged to a Release. label Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/merged Indicates when a Pull Request has been merged to a Release. 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

9 participants