How do you get the text to go the full length of the page?

Hi,

On http://www.97centhosting.com/test.html how do I get all the text (97CentHosting offers web hosting…) to go to the end of the container I mean evenly across the page to it fits perfectly into the middle box its in?

Thanks!

Change its width:

  @media (min-width: 1200px) {
    .span6 {
      width: 570px;
    }
  }

How do I use that code I cant figure out where in the CSS it is?

Thanks!

Figured it out, works now.

Thank you!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.