increasing size of center panel to remove scroll bar

I’m using the sports skin. My right side panel is disabled. For some reason my center panel is too large and thus causes a scroll bar to appear at the bottom. It only overlaps maybe 30 pixels. How do I adjust the size of the center panel. Any help would be appreciated.

[quote name=‘RowanR’]I’m using the sports skin. My right side panel is disabled. For some reason my center panel is too large and thus causes a scroll bar to appear at the bottom. It only overlaps maybe 30 pixels. How do I adjust the size of the center panel. Any help would be appreciated.[/quote]

  1. install Firefox browser
  2. instal Firebug for Firefox
  3. switch Firebug on
  4. find the right css file and class
  5. alter the class as needed

[quote name=‘indy0077’]1. install Firefox browser

2. instal Firebug for Firefox

3. switch Firebug on

4. find the right css file and class

5. alter the class as needed[/QUOTE]



Ive’ managed to find the css value to be edited. it is located in the class shown below. (used chrome inspect element.). I would like to make the modification via the my_changes addon. Since the class is located in styles.base.css would I place a file names style.base.css in my my_changes and add the new values there or do I have to change the actual css file.



.container-right .central-column, .container-left .central-column {

margin: 0px 0px 15px 172px;

padding: 0px 0px 15px 21px;

width: 773px;