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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:24:24+00:00 2026-05-15T23:24:24+00:00

Basically I’m creating this website and I have the wrapper set to 100% width

  • 0

Basically I’m creating this website and I have the wrapper set to 100% width and it works fine when the browser is maximized but upon not having it maximized and you scroll to the right the content cuts off at the end of the content container and doesnt stretch the full way?? I’ve looked around everywhere for a solution to this before asking here and I cannot find one.

Here’s the wrapper CSS.

#wrapper-main { background-image:url(images/structure/bg.png); background-color:#e8eef1; background-repeat:repeat-x; display:table; width:100%; margin:0; padding:0; }

If you take a look at the site and don’t have it maximized you should see what i mean, im not sure how to resolve this???

http://eosa.co.cc/themes/osoa/index.html

  • 1 1 Answer
  • 1 View
  • 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-15T23:24:25+00:00Added an answer on May 15, 2026 at 11:24 pm

    The problem is produced by line 214 in styles.css where you define:

    .onethirdbox { width:296px; float:left; margin:0 40px 40px 0; position:relative }
    

    If you add all of this up you each box has a width of 296+40 = 336px. 3*336 = 1008px… which is wider than your width of content at 968px. But even if you reduce the margin to 0, you still have to reduce the width to 250px to get rid of the effect you don’t like…. this of course makes the one third boxes look funny…. so clearly there is something else going on…. I’m not sure what it is right now, but this is where you should start…. In other words if you replace the line above with:

    .onethirdbox { width:250px; float:left; margin:40px 0; position:relative }
    

    The problem you wrote about disappear (and a new one appears).

    To brute force the solutions, instead of changing onethirdbox, you could just make the overflow of the #footerwrapper invisible:

    #footerwrapper {
        overflow:hidden;
    }
    

    This cures the symptom, but doesn’t actually solve whatever the problem is.

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

Sidebar

Related Questions

Basically I have a large set of data in excel, and I was wondering
Basically, I have a list of delivery checkboxes one for deliver to this address
Basically I have a loop incrementing i, and I want to do this: var
Basically I have this server app I built in vc#, and for some reason
Basically, I have a table. Onload, I set each row of the table to
Basically I have a problem that goes something similar to this: There is a
Basically, I have a UIImageView that will loop through 8 PNGs over 0.5 seconds.
Basically from a database I am getting data that is formatted like this nameofproject101
Basically I'm attempting to add rows to a table, I need to do this
Basically I have an iframe loaded that is accessed from the parent whenever it

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.