How to remove the tilte “category:category name”?

You need to find the according template file in the template hierarchy for the category archive, which would be, in this order, either one of those:

  1. category-{slug}.php
  2. category-{id}.php
  3. category.php
  4. archive.php
  5. index.php

There you can get rid of the »Category:« part. To define the width of your content change the CSS accordingly.