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

  • Home
  • SEARCH
  • 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 8064817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:29:02+00:00 2026-06-05T11:29:02+00:00

I have a fluid css grid ( http://cssgrid.net/ ) I am currently designing a

  • 0

I have a fluid css grid (http://cssgrid.net/)

I am currently designing a website, using this grid system. Although, I am unsure how to change the classes when there is "not enough room for them".

Example, I have a top bar like this:

enter image description here
Link: http://i47.tinypic.com/2eouv54.png

But when I resize my browser window enough, I end up with this:

enter image description here

As you can see, it looks completely messed up!

How can I get the most of out this fluid layout. I mean, how can I, when there isn’t enough room for those buttons and the username, get them to fit? I.e. by making a new class and place it somewhere else.

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-05T11:29:03+00:00Added an answer on June 5, 2026 at 11:29 am

    When you have something like that:

    aside {float: left; width: 50%; padding: 0 50px; box-sizing: border-box; background: #000;}
    

    you can add something like this:

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 768px) {
       aside {float: none; width: 100%; padding: 0 20px;}
    }
    

    First rule will be applied for all screen sizes. Second rule will be applied for devices with width from 320px to 768px and it will overwrite existing rules. It means that would change float, width and padding but it will not change e.g. background or box-sizing.

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

Sidebar

Related Questions

I'm having a design/css issue. I'm using Twitter Bootstrap and have a .row-fluid, with
I am fluent in CSS and JS. Using jQuery on this project. I have
I have a problem with my first fluid grid layout. This layout looks displaced(varying
I'm using Bootstrap and custom CSS to develop my personal website and I have
I have a fluid-width div with rounded corners using the border-radius, as well as
I have a fluid page (100% width) with this inside: [image-fixed-width] | [text-fluid-width -----------------------------------]
I have a fluid grid built with <li> elements. eg: <ul> <li></li> <li></li> <li></li>
I have a fluid CSS layout which is rendering badly on an iphone when
This is the example I have: Line height does not apply to fluid divs.
i have this template http://khine.3b1.org/search.html and on the right hand side i have a

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.