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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:43:48+00:00 2026-05-13T01:43:48+00:00

Im creating a website where the header, footer, body are all 100% width of

  • 0

Im creating a website where the header, footer, body are all 100% width of the page, but I need all the content to be centered of the page no matter the resolution. I’ve tried using a wrapper but then the header and stuff are only 100% width of the wrapper and not the page.

  • 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-13T01:43:48+00:00Added an answer on May 13, 2026 at 1:43 am

    I’m going out on a limb and guess that the background color/imagery is 100% wide, but you want the actual content to be centered (with a fixed width?). Here is sample code that uses an internal wrapper div on each item to keep internal content centered. I would recommend doing something totally different and possibly using repeating backgrounds on the html and body elements, but I don’t know what your page looks like.

    So.., the following will work, but will alarm HTML purists because of the extra markup 🙂

    You can view a (super ugly) example of this method on this sample page I put together.

    CSS:

    .wrapper {
       width: 960px; /* fixed width */
       margin: 0 auto; /* center */
    }
    

    HTML:

    <div id="header">
       <div class="wrapper">
       <h1>My Title</h1>
       </div>
    </div>
    <div id="content">
       <div class="wrapper">
       <h2>Sub Title</h2>
       <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed 
          do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
          Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris 
          nisi ut aliquip ex ea commodo consequat.</p>
       </div>
    </div>
    <div id="footer">
       <div class="wrapper">
       <p class="credits">Copyright 2009 by Your Company.com, LLC</p>
       </div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 252k
  • Answers 252k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer As gs points out, this is not trivial. You might… May 13, 2026 at 9:41 am
  • Editorial Team
    Editorial Team added an answer <form onsubmit="return controlParentForm();" id="parentForm"> ... </form> JS: var controlSubmitParentForm =… May 13, 2026 at 9:41 am
  • Editorial Team
    Editorial Team added an answer Use a RotateAnimation, setting the pivot point to the centre… May 13, 2026 at 9:41 am

Related Questions

I'm in the proccess of creating my own web profilo and personal website. I
I'm creating a web site and I'm having trouble getting Firefox to ask me
I have a set of jQuery plugins I'm creating for a website. All of
Im currently developing a system where the user will end up having large arrays(

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.