Subscribe On YouTube

Join other subscribers and enjoy other Divi video tutorials!

How To Control Divi Column Stacking Order On Mobile

Nelson Miller Profile Orange
I'm going to show you how to easily control and manually set Divi column stacking order, which is especially needed for tablet and mobile devices.

Can You Re-Order Divi Columns On Mobile? Yes! It’s Very Easy!

In the last tutorial, we learned how easy it is to resize Divi columns. The next logical tutorial now is how to change the stacking order of Div columns on tablet and mobile. The two tutorials combined create an amazingly simple system that no one else has achieved. So I’m excited about this, and know it is going to be super helpful to so many people.

▶️ Please watch the video above to get all the exciting details! 👆

Control Divi column stacking order on mobile

Divi does not have this feature…so will this take a tone of coding?

You will need some CSS, but don’t be too scared. We are not going to add a bunch of confusing CSS classes and long code snippets like Elegant Themes did in their tutorial…instead, we are going to literally solve this missing Divi feature with a few words of code right in the Divi builder! 

display: flex;
flex-wrap: wrap;
add css to the row settings to adjust the Divi mobile column stacking order
order: 1;
Edit the row settings to adjust the Divi mobile column stacking order
add css to the column settings to adjust the Divi mobile column stacking order
divi column stacking order on desktop
divi column stacking order on phone

Do It With A Setting!

Make life easier and use the Divi Responsive Helper instead, the ultimate Divi responsive toolkit with awesome features and settings to help make your website look and work great on all devices!

Divi Responsive Helper Plugin by Pee Aye Creative

Subscribe For More Things Like This!

At the start of each month, we send out a recap newsletter from the month before with family news, Divi news, our latest tutorials, and product news. Occasionally, if the news is too exciting to wait, we will send out another email separate from the monthly newsletter. That’s what you get when you subscribe, and of course you can unsubscribe if you are no longer interested!

Blog Post Optin

Leave A Response!

By commenting you agree to our Blog & YouTube Comments Policy

113 Comments

  1. Maksym

    Great tutorial, works like a charm! Thank you 🙂

    Reply
  2. Kathy

    Hi Nelson,
    Love your snippets, they’ve been super helpful! I just tried this one, and I must have missed something, as it flipped on desktop! Do I need an @media{} on the first part?

    Reply
    • Kathy

      Never mind, I didn’t click the mobile icon first! Perfect!!! Thanks Nelson! Great stuff!

      Reply
  3. Jazzodrome

    Wonderful !

    Un mot pour les francophones comme moi : Bravo ça marche super !

    Reply
    • JK

      I had the same issue, that it didn’t work with this simple approach, that I was hoping to use, instead of the much more complicated solution from the elegantthemes site.
      While checking out F12 on the involved elements it suggested that the css order had no influence because the parent was “display: block”
      so I changed the parent element where the 2 columns are in, using the customCSS on the advanced tab and set the value to:

      display: flex;
      flex-direction: column;

      after that it worked like a charm

      Reply
  4. snake

    I can;t seem to get this to work, it simply isn’t changing the stacking order. Any idea why?
    Yes I am definitely putting the CSS in the right place.

    Reply
  5. nemsy

    incredible

    Reply
  6. Tracey Munn

    Brilliant!!! Not sure if it’s just me but can’t see the date of the post but still working a treat in April 2020!

    Reply
  7. Adam Flikkema

    Love the tutorial! It was working great then it suddenly stopped. Was there an update that might have broken it?

    Reply
      • Brent <span class="comment-author-role-label"><a href="https://www.peeayecreative.com/product/divi-adventure-club/" class="comment-author-role-link" rel="external nofollow" target="_blank">Divi Adventure Club Member</a></span>

        This!!!!!!!
        I’ll bet most people who said it doesn’t work are still in visual builder…
        This would be a great note to add to the tutorial.

        Great job, and Thanks!

  8. Dave

    Thanks for creating this tutorial. I’ve run into this problem on my last two websites and you helped me solve it. Thanks so much.

    Reply
  9. Aiman

    Super awesome tutorials. Using flex layout techniques is super easy. Thanks for the tips.

    Reply
  10. Snake

    Is there any way to get this to work inside the builder as well? As currently I have to exit the builder to test it.

    Reply
  11. snake

    a few issues I have noticed with this method.
    Unless you explicitly enable the screens size option and add the custom css to MOBILE ONLY, it doesn’t work.
    If you just add it to custom CSS in general, it does nothing.

    I also have to add it to EVERY ROW, even though I only need it on alternate rows.
    So as most people do, I alternate the image and text column on each row.
    Row 1 image left, text right
    Row 2 text left image right

    So technically I only need to change the stacking order on the even rows numbers to make the image always be first on mobile, since it is already correct on odd rows (1,3,5 etc).

    However, if I do this, it it always applies the settings from the previous row. So my stacking order from row 1 will also be applied to row 2, so I have to add the CSS there as well.

    Reply
    • Nelson Lee Miller (aka The Divi Teacher) <span class="comment-author-role-label author-label">Author</span>

      Correct, you need adjust this on Tablet and/or Phone, so that is not an issue. What you mentioned about odd and even rows is an issue but not with Divi, must be something weird going on with your site.

      Reply
  12. kevin

    Hi Nelson – thanks for all your amazing tutorials

    Should this code work or tablet as well as mobile if i change the orfer in both

    I just can’t seem to get it to work at all – its the first one of yur snippets I’ve had a brain freeze about

    with the code i assumed anything that was specified as column 1 would be on the left desktop and top tablet and mobile and anything specified column 2 would be on the right on desktop and below on tablet and mobile

    BASICALLY I a layout lat alternates pic left – text right and pic right text left as you go down the page .. but i always want the pic at the top and the text underneath on tablet and mobile>>

    this seemed like the dream solution but I can’t seem to make it work – I’m sure its me not you 😉

    Thanks in advance

    Reply
  13. Russ

    Don;t you just need to enable “equalise column heights” on the row to enable flex?

    Reply
  14. John

    Fix works, then after save doesn’t stick. ???

    Reply
      • John Warnock

        The code is there in the right places even after edit, yet it won’t stack in the order I told it to. Two columns in a row in a section.
        Left column order2, right order1. Since adding this code it also messed up the viewport display on mobile and wants to horizontally scroll for the right column.
        Here is the page.
        https://www.uhsm.com/health-share-programs/

      • John Warnock

        Argh, it’s working now. horizontally scroll may be something else

  15. Jack Lav

    This works perfectly. HOWEVER, I spent a good 10 minutes messing around with it NOT working. The key thing to know is that it won’t show in the order you want IN THE VISUAL BUILDER. You have to exit and then it displays in the order you want.

    Reply
  16. Amr - The Internet Guy

    Thanks a million.
    I love the simplicity of this solution! No need for CSS classes or plugins.

    Reply
  17. Rafael

    Awesome! How can i make it work on a specialty section?

    Reply
  18. Emily

    thank you SO much for this simple hack!!

    Reply
  19. Bernardo João Pando da Silva

    Great post!

    Reply
  20. John

    Stacked nicely on mobile thought still needs tweaking. But on a desktop the CSS extended the borders around my short left column downward to match the long main column to its right — 3/4 empty space inside the borders down to the bottom of the page. Any solution? Link below: A simple newsletter site at the early stage of construction.

    Reply
      • John

        Got it. Thanks! Another question. I am experimenting with changing my layout to a specialty section with a left sidebar. And I tried different combinations, but can’t seem to make this CSS trick apply. Suggestion?

  21. Sergio

    Hi Nelson, Thank you very much. It works perfectly for me.

    Can/should I save this customization of the CSS in the child theme? If so, how should I proceed in this case? 
    I’m afraid that with a Divi update everything will be deleted.

    Thank you very much for the great website and for your excellent support.
    You are for me one of the Best-Support on the web;-).

    I have learned so many things about Divi and CSS from you.

    Reply
      • sergio

        Thank you so much Nelson!

        I know this is not the right topic here, but how can I hide the premade layouts for the clients registered as Editor. I mean only the premade layout.

        I would be very grateful for your support.

  22. James

    Total gamechanger. Thanks!

    Reply
  23. Janita

    THIS WAS AWESOME!!!!!!!!!!!!! It worked perfectly and took me about 5 minutes and I do NOT do code! Thank you times a million for fixing my mobile view!

    Reply
  24. Drew Spinoso

    Exxxxcellent! I even tried another option first and it was a catastrophe. You never disappoint, Nelson!

    Reply
  25. Jan

    WOW, thank you I searched for this! ET themselves recommends to duplicate and swap the columns but that doesn’t seem smart… THANK YOU!

    Reply
    • Hemant Gaba

      Hi Jan,

      We are glad to know we could offer some help to you. 🙂

      Reply
  26. Lee

    Hi, I tried this tutorial but it still keeps a single column on mobile.
    Would appreciate some ideas to trouble shoot 🙂

    superbsummit .buzz

    Reply
  27. Neil

    Hi – great tutorial thanks.

    Just wondering if it is possible to use similar coding to stop multiple modules within a column stacking on top of each other on mobiles/tablets i.e. display side by side.

    Thanks

    Reply
    • Hemant Gaba

      Hey Neil,

      The flex-wrap property is the one that is making the module stack over each other in smaller devices for a cleaner look but if you remove that property and just provide display: flex then it will display the modules side by side but then you have to put some more code to make the adjustments.

      Let me know if that helps.

      Reply
  28. Ernesto

    Thank you very much, i was looking for this tutorial! But i have a little problem, i can’t hide it on small smartphone screens? Id do not look very good! Any solution?

    Reply
    • Hemant Gaba

      Hi Ernesto,

      First of all, we are really glad that you liked our tutorial. About the issue, I am afraid that I didn’t understand the issue properly. Could you please elaborate a little more and point me to the section on your webpage where the issue is happening?

      Reply
  29. siarahmani

    thanck u very much

    Reply
  30. Alex

    Hi,
    How would I write this code with media queries?
    I’m using an older divi version with mobile icon selector.

    Reply
  31. Jake

    This is awesome. Exactly what I was looking for.
    I can’t believe that Divi does not include the ability to set this

    I appreciate your simple explanation

    Reply
    • Hemant Gaba

      Hey Jake,

      We are glad to hear that. Please let us know if you need any assistance.

      Reply
  32. TJ

    Thanks for these tutorials! Quick question —

    Without using visibility settings, is there a way to control the order by module for mobile?

    For example:
    Let’s say I have two columns. The first column is module 1 and below it is module 2. The second column is module 3 and below it is module 4.

    On mobile, I need the stacking order to be module 4, module 1, module 3, module 2.

    Visibility settings aren’t working because Google Page Speed won’t render the invisible image as a webp (imagify’s fault).

    Can I apply code to order the modules on mobile?

    Thanks!!

    Reply
    • Hemant Gaba

      Hey TJ,

      We can surely do that using CSS. Could you please provide me the URL of the page where the modules are for me to check and write the code?

      Reply
  33. Sian Wood

    Thank you. Grateful for the simplicity of this. The other was too much faffing.

    Reply
  34. Literal Anonymous Bot Person

    This works still as of 2022.

    NOTE: if it’s not working for you, it may be that you only selected it for phone in the main element. You need to select it for phone and for tablet, or you won’t see it when you are checking on your computer browser unless you reduce the window size down to almost nothing.

    Reply
    • Daphne Talbot

      Of course, your post was last in the string. I’ve used this on several websites, never been a problem until today. Yes, setting it for both tablet and phone did the trick. Thank you!

      Reply
  35. MH

    You’re officially my favorite person today!! Thank you so much for posting this – it’s WAY better than duplicating sections and hiding them, etc. It’s so simple I almost didn’t try it. Glad I did!

    Reply
  36. Stephen R. Smith

    Extremely useful, simple, and clearly presented. Thanks for this!

    Reply
  37. Guang

    This is amazing Nelson! It works great for a row.

    Am i right to assume that this needs to be done on a row by row basis, which will take quite some time when there are quite a few rows in my staging site? Is there a way to insert CSS once that covers all rows on a site pls?

    Reply
  38. Kathryn

    I just have to say THANK YOU for your tutorials! I’ve used several of them when I’ve had a Divi customization issue, this one included 🙂 They are always so concise and helpful!

    Reply
    • Hemant Gaba

      You are most welcome Kathryn!

      We are glad to know that our guide helped you in some way. Stay tuned for more of such guides.

      Reply
  39. alym

    I don’t understand how this works with multiple rows? Are you saying there is a way to make a module from row one appear as the 6th module (2 rows down) on mobile? Can you get modules to “skip” rows with this method?

    Reply
  40. Kirsten

    Hello

    This works great however.. when I use this css my links behind the text are no longer working on mobile. Any idea how to solve this?
    https://irelish.be/blink/

    Thanks a lot for your reply!

    Reply
    • Hemant Gaba

      Hi Kirsten!

      I have checked the website and the issue is not with the code suggested in this article.

      It looks like the problem is caused by the fact that you used a negative margin-top value in the hero section settings.

      https://prnt.sc/DsN8s6TXqeAt

      You can add the padding-top value to 0px instead of the negative margin-top value.

      Hope this helps!

      Reply
  41. Sean Rowe

    Great tutorial! I found that it gets tedious doing this for an entire site so here is a code snippet that might help, Nelson feel free to remove if this is not allowed:

    Just add the CSS Class of “pa_flip” in the Advanced Tab of the row module…no need to put it in each column. Also note this code adds 30px of padding to the bottom of each row in mobile since it seems that the “gutter width” doesn’t hold up when using flex. Lastly this code ONLY works for rows with 2 columns, if you have more than 2 I don’t know what will happen.

    @media only screen and (max-width: 980px) {
    .pa_flip.et_pb_row_0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    }

    .pa_flip.et_pb_column_3_5.et_pb_column_0,
    .pa_flip.et_pb_column_2_5.et_pb_column_1 {
    width: 100%;
    padding-bottom:30px;
    }
    }

    Reply
    • Hemant Gaba

      Hi Sean!

      Thank you for sharing the solution with me. We will take it under consideration.

      Reply
  42. Wendy

    Thank you so much for this and every tutorial you share.

    You are my first stop for help with designing in Divi.
    Your tutorials are clear, simple and lots of fun.
    I love them!

    Reply
  43. Jack Howell

    Very good, but do you know how to tell each module (instead of Column) which order number they are? I want module to be in order, not Columns…

    Reply
  44. Libor Novotný <span class="comment-author-role-label"><a href="https://www.peeayecreative.com/product/divi-adventure-club/" class="comment-author-role-link" rel="external nofollow" target="_blank">Divi Adventure Club Member</a></span>

    Hello,
    How do I reorder the columns if I use the special orange section in DIVI? In the left column I have the row used (green) and in it the module for the image and in the right column I have only the modules for the text. On mobile I would need to display the text first and the image below it. How to do this using the special orange section. Thank you.
    I have Divi Responsive Helper and unfortunately I can’t find any option for this there either.

    Reply
  45. Vilma

    Hi, thank you! Your guide was very useful for us!

    Reply
  46. Chris

    This works great, but I’m only able to get 2 columns side-by-side. How do I get 3 columns side-by-side?

    Reply
  47. Justin

    How would this be set up in one of the orange speciality sections? There is no column structure section like the Rows have. Thanks!

    Reply
    • Hemant Gaba

      Hi Justin!

      It seems you’re referring to the single column where the module can be added. We cannot apply the customization to it. However, it can be applied to the rows in the specialty section.

      Reply
  48. Sally

    Hi
    This solution doesn’t seem to be working anymore. I have applied it to a website but it is changing the order on desktop and mobile.

    Reply
  49. Emilis

    Hi.
    Is there a way to control column stacking order on mobile using Speciality section? I have tried using this way, by assigning css classes to columns, but it doesn’t work.
    Thanks.

    Reply
    • Hemant Gaba

      Hi Emilis!

      It seems you’re referring to the specialty section column. Try adding only the following code in the Speciality section settings > Advanced > Custom CSS > Column main element:

      display: flex;

      Let me know how it goes!

      Reply
  50. Deb

    Thank you so much! I’ve had smoke coming out of my ears trying to figure out how to switch the column order for mobile. It works like a charm and was so easy to implement.

    Reply
  51. Calvin Wilkins

    You are a DIVI God! I prefer going to your pages over Divi documentation. Thanks for sharing your knowledge. This saves me so much time…Now I don’t have to duplicate modules and mess with mobile/desktop visibility anymore.

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

Recent Posts

0

Your Cart