1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Rock Band template width`

Discussion in 'Web Design' started by kerux, May 4, 2006.

  1. kerux

    kerux New Member

    How do I change the width of the rock band template? I love this template but want to make it wider.
     
  2. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    You can edit it with the style.css file change the value of width.
    Example change this to add 100px to the content part:

    #wrapper , #body and #bodyi

    Code:
    {width: 532px;} to #wrapper{width: 632px;}
    #content and #content .content table
    Code:
    {width: 310px;} to #wrapper{width: 410px;}
    You may have to change some other value as well just check the div that doesn't look right and change the padding, margin and other metric value to correct it.

    To learn more about css view this thread
    .