No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Responsive flex order

    Framework
    2
    2
    325
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      reath last edited by

      Is there a build-in way to solve this problem described here (SO)?
      Tl;dr: If I have

      <div class="row">
      <div class="col-xs-12 col-sm-3">1</div>
      <div class="col-xs-12 col-sm-9">2</div>
      </div>
      

      Which on desktop I’d like to be displayed in the order
      1 2

      How can I make them display like this on mobile

      2
      1

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        @reath
        https://quasar.dev/layout/grid/introduction-to-flexbox#Order

        1 Reply Last reply Reply Quote 0
        • First post
          Last post