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 8809693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:56:25+00:00 2026-06-14T02:56:25+00:00

When screen resolution is >1000px I have A, B, and C as 280, 350,

  • 0

When screen resolution is >1000px I have A, B, and C as 280, 350, and 210px respectively)

When it shrinks, I would like it to be B max width followed by A and C clustered together in a div and shrunk. I’m not sure I can do this with straight CSS as the elements are out of order – or am I wrong here? 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-14T02:56:26+00:00Added an answer on June 14, 2026 at 2:56 am

    you could do like this with CSS3. But this rely on rowA being on absolute position once page width is less than 1000px. There are other workaround to change the margin-top of it with js dynamically so that col A will hold it position regardless content height changed.

        .body{ margin:0;padding:0;
    }
    #rowA {
        width:25%;
        float:left;
        //margin:10px;
        min-height:340px;
        margin:0;padding:0;
        background-color: blue;
    }
    #rowB {
        width:50%;
        float:left;
        //margin:10px;
        min-height:340px;
        margin:0;padding:0;
        background-color: red;
    }
    #rowC {
        //border:1px solid #000;
        width:25%;
        float:left;
        //margin:10px;
        min-height:340px;
        margin:0;padding:0;
        background-color: blue;
    }
    #colA, #colB, #colC {
    
        min-height:330px;
        margin:5px;padding:0;
        background-color: green;
        text-align:center;
    }
    
    @media (max-width: 1000px) {
        #rowB {
            width:100%;
            clear:left;
        }
        #rowA {
            width:50%;
            position:absolute;
            margin-top:340px;
        }
        #rowC {
            width:50%;
            clear:left;
            float:right;
        }
    
    }
    

    In body tags.

        <div class="grid">
    <span id="rowA"><div id="colA">col A</div></span><span id="rowB"><div id="colB">col B</div></span><span id="rowC"><div id="colC">col C</div></span>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know the screen resolution of a visitor visiting my page
So what's the lowest screen resolution, especially width, that I should consider when building
I want to register for screen resolution changes on the Mac. I have a
Different browsers on different phones have different screen resolution. Is there a best practice
I have created an application with a screen resolution of 640 x 360 for
im designing a website and i have screen resolution problem. I want to scale
I have a few questions about screen resolution, that I'm not clear on. These
Is it possible to get the current desktop screen resolution? I have a few
I have DIV with flexible width set e.g. min-width:800px and max-width:1400px. In this DIV,
Have anyone figured out how to support both screen resolution iPhone4 and iPhone 5

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.