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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T03:51:54+00:00 2026-06-19T03:51:54+00:00

The background of my css class footer does not go across the entire width

  • 0

The background of my css class footer does not go across the entire width of the browser depending on how wide I keep the browser. It is making the page look odd because the footer is ending before the main content ends. The site is up at avidest.com so you can see what I’m referring to. Here is the css:

.Footer { width: 100%; padding:10px 0; margin:0px 0 0 0; text-align:center; border-top:1px solid #b3b3b3; background:#d9d9d9; background-repeat: top-repeat-x;}

The css was originally:

.Footer { width: 100%; padding:10px 0; margin:0px 0 0 0; text-align:center; border-top:1px solid #b3b3b3; background:#d9d9d9;}

but that didn’t work either.
How do I make the footer go all the way from the left to the right side of the browser?

Thank you.

  • 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-19T03:51:56+00:00Added an answer on June 19, 2026 at 3:51 am

    Looking at your webpage with chrome inspector, this error seems to be related with floating all the columns and header.

    When you float an element, that element gets ‘out’ of the document flow. What this means is that this element actual size wont’ be taken into consideration when it’s time to layout things.

    I usually don’t want to have this behaviour on floated elements, so one way to avoid this is to set overflow: auto in the parent container.

    Also, your header layout looks really strange. I’ll update this when I have a definitive solution.

    First update:
    I have added said overflow: auto to every parent with floated elements and now it works for me. Please add that rule to the following elements:

    .Header
    .Logo
    .body
    

    Please note that with these changes your page will look messy (specifically, there’ll be many scrollbars around).

    This is because you have been a little too much strict setting things’ size. I would let things flow more naturally instead. For example:

    • Settings logo size shouldn’t be neccessary.
    • Bullet points on Header have too few height. I would remove it too.

    Another thing I would do is to split the background image in 3 (or 2 at least, header and content). That way, things are a little more decoupled and easier to change. Try to think of each ‘logical’ block (header, footer, sidebars, login form) as an independent module that shouldn’t share things with the rest (images, classes, etc).

    I’m sorry that all this can’t be explained in a comment, but please don’t hesitate to ask me anything.

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

Sidebar

Related Questions

My CSS class footer does not expand the entire bottom of the page. It
My background images have not been spanning the full width of the browser when
I have created a button CSS class that uses background images with different positions
I have this CSS. the property FILTER In class .crumb make my background and
Can I set a different background-image CSS attribute to my <BODY> tag depending on
Why does the width of the 3rd list in my drop down menu not
I want the width of my footer to stretch 100% of the page. However,
I have my footer and it's css class is as follows :- .footer{ border-top:solid
Am trying to create a cross-browser 3 column footer that are equal in width
HTML: <html> <head> <link href=test.css rel=stylesheet type=text/css /> </head> <body> <div class=footer style=position:absolute;bottom:0;> Footer

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.