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

    Vertical Aligment

    Help
    3
    5
    1310
    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.
    • J
      jamescopeland last edited by

      Hello quasar-verse, hope you are all keeping well and safe!

      We’re having a heck of a time getting a small vertical alignment to happen and i wondered if any of you had any tips. The url is https://housemanualapp.com/#/sharing/jEsFfSWyGvSaPlBuK8RIV2OFAPhlGM0K and here is a screenshot. Thanks so much in advance!

      1 Reply Last reply Reply Quote 0
      • J
        jamescopeland last edited by

        https://share.getcloudapp.com/JrugjE7g

        beets 1 Reply Last reply Reply Quote 0
        • beets
          beets @jamescopeland last edited by

          @jamescopeland
          Try this

          <div class="row justify-center">
            <div class="row justify-center items-center col-5 bg-info text-white text-bold q-ma-sm sh-b-rad-20 text" style="height: 160px;">
              <h6 class="no-padding no-margin ">Test</h6>
            </div>
            <div class="row justify-center items-center col-5 bg-info text-white text-bold q-ma-sm sh-b-rad-20 text" style="height: 160px;">
              <h6 class="no-padding no-margin ">Test2</h6>
            </div>
          </div>
          
          1 Reply Last reply Reply Quote 0
          • J
            jamescopeland last edited by

            That worked perfectly, thanks so much @beets!! I didn’t see items-center class in any of the docs. Awesome!!!

            metalsadman 1 Reply Last reply Reply Quote 0
            • metalsadman
              metalsadman @jamescopeland last edited by

              @jamescopeland it’s in the layout section of the docs https://quasar.dev/layout/grid/row#Example--Vertical-alignment

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