widening the killboard

Discuss/Upload themes created for EDK here.
Post Reply
Brutus Mayhem
Greenhorn
Posts: 10
Joined: Thu Oct 13, 2011 12:46

widening the killboard

Post by Brutus Mayhem »

not sure how to do this and im fairly noobish at php/css etc, how do i make the killboard wider so that i can see the full page and not have some of it hidden by the top scorer/top killer etc??
AndyM
Padavan
Posts: 213
Joined: Thu Jul 16, 2009 21:44

Re: widening the killboard

Post by AndyM »

Edit the default.css file for your theme and find

Code: Select all

#main
{
  width: 950px;
Change the width value to the width you want.

This will also offset things like the summary table at the top of the page so you'll have to do some more editing after this.
You backed up your database, right ???
tripstarrr
Greenhorn
Posts: 30
Joined: Mon Jul 11, 2011 13:14

Re: widening the killboard

Post by tripstarrr »

If you're having trouble making the edits yourself you could always try my theme (linked in my signiture) it has a wider 1024 width by default.
Post Reply