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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:30:17+00:00 2026-05-28T02:30:17+00:00

I have a class for a fixed positioned div to stay at the bottom

  • 0

I have a class for a fixed positioned div to stay at the bottom of the view port. I am trying to make the width automatic so that as the div changes width, it remains centered.

.box {
position: fixed;
width: 80%;
bottom: 20px;
left: 50%;
margin: 0 0 0 -40%;
max-height: 50%;
overflow: auto
}

Any ideas? I tried a container with text-align: center then display: inline, but it produced crazy results.

  • 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-05-28T02:30:18+00:00Added an answer on May 28, 2026 at 2:30 am
    .box {
        position   : fixed;
        left       : 10%;
        right      : 10%;
        bottom     : 20px;
        max-height : 50%;
        overflow   : auto;
    }
    

    You can use left and right together to center the element (instead of using width).

    If you want to use width then you can do this:

    .box {
        position   : fixed;
        left       : 10%;
        width      : 80%;
        bottom     : 20px;
        max-height : 50%;
        overflow   : auto;
    }
    

    If you want to center HTML inside the fixed element you can do this:

    .box > div {
        width      : 50%;
        min-width  : 150px;
        margin     : 0 auto;
        text-align : center;
    }
    

    Here is a demo: http://jsfiddle.net/dFXt5/

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

Sidebar

Related Questions

I have a div ( .outer - the viewport) with fixed height that contains
I have a div which position is fixed, within that i have a div
I have class that represents users. Users are divided into two groups with different
so i have a normal 960px layout, i want to add a div that
i have following HTML structure: <div class=container> <div class=sidebar></div> <div class=content></div> <div class=subscript></div> </div>
The idea: I'm creating a div that will change to position:fixed once the top
I have a small menu div that i would like to keep in the
I have an absolutely positioned DIV with overflow auto. When I scroll down, the
I have a div.scroll_fixed with the following CSS .scroll_fixed { position:absolute top:210px } .scroll_fixed.fixed
The effect I'm looking for is that I have a div that is floating

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.