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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T03:48:46+00:00 2026-05-29T03:48:46+00:00

I have a fixed width centered template and I wanted to apply 10px padding

  • 0

I have a fixed width centered template and I wanted to apply 10px padding on left and right of “main” div. So that on small screens the site does not touch left side of the screen. It works in IE, Firefox, Safari, Opera but not in Google Chrome.

Here is the relevant code:

<style type="text/css">
  #main {
    padding:0 10px;
  }
  #wrap {
    width:980px;
    margin:0 auto;
  }
</style>
<div id="main">
  <div id="wrap">
  </div>
</div>

I tried various combinations of css but no success. You can take a look at actual page here. (may change in future!)

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-05-29T03:48:47+00:00Added an answer on May 29, 2026 at 3:48 am

    In this case it doesn’t work in any browser as the page actually scrolls sideways despite the appearance of the 10px gap. At least this is the behavior I get in Safari and Chrome.

    Instead – what you want to use is max-width. This prevents the width from surpassing 980px but allows it to resort to width:auto up until that point.

    #wrap {
        max-width: 980px;
        margin:0 auto;
    }
    

    max-width is compatible with all major browsers including IE7+

    You should also checkout CSS media queries for handling smaller screen sizes:
    http://css-tricks.com/css-media-queries/

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

Sidebar

Related Questions

I have a fixed-width, relatively positioned, and centered #content div (shown as the outer
I have a centered div on my site, using a fixed width and margin:0
I have a fixed width DIV containing a table with many columns, and need
I have a container div with a fixed width and height , with overflow:
I have an HTML textarea that is of fixed width, but variable height. I
Given a DIV with a fixed width, is there a way to have it
I have a div element with fixed height and width and overflow:hidden, and I
i have a simple website: fixed width, variable height, centered. I want a background
I have a centered column of text, which has a fixed width. However, I
I have one div position:fixed; and my problem is that position fixed is relatively

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.