Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8801459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:50:20+00:00 2026-06-14T00:50:20+00:00

I am working on a responsive site that when on desktop / large screen

  • 0

I am working on a responsive site that when on desktop / large screen it will be in the following layout.

  1. Header
  2. Menu
  3. Content

Then when it’s in phone / small screen it will be

  1. Header
  2. Content
  3. Menu

How can do this? The examples I’ve seen all seem to use absolute positioning, but I want it to be dynamic to the size of the screen and size / move dynamically.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T00:50:21+00:00Added an answer on June 14, 2026 at 12:50 am

    You can use CSS3 flexbox box-direction: reverse; property. Write like this:

    .flex{
        display: -moz-box;
        -moz-box-orient:vertical;
        -webkit-box-orient:vertical;
        display: -webkit-box;
        box-orient:vertical;
        display:box;
        width:100%;
    }
    .flex div, .header{
        border:1px solid red;
        height:100px;    
    }
    
    
    @media screen and (max-width : 400px){
        .flex{
        -moz-box-direction: reverse;
        -webkit-box-direction: reverse;
        box-direction: reverse;
    }
    }
    

    Check this http://jsfiddle.net/Hj5pz/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a responsive site where each page will have a large hero
I'm working on a responsive site where I've found that I've got pairs of
I'm working on a responsive design that requires the header graphic to scale with
Right now we are working on a project that will have a desktop and
Have finally got a responsive site working (of a fashion). What I want to
I'm working on a site that's grown both in terms of user-base and functionality
I'm working on a simple mobile site that have a registration form for Interest,
I'm working on a Classic ASP (VBScript) site that's running on a Windows 2008
I have seen many sites that are responsive both on desktop browsers and mobile
I am working on an eCommerce site that passes product ids in the query

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.