editing boxes in musicshop template

Discussion in 'How to use templates' started by alligatorlizard, Jan 9, 2008.

  1. alligatorlizard New Member

    Does anyone know if it's possible to edit the Musicshop template (red, with the woman with headphones picture) in the following way: where there are three boxes inside the larger box, i want to have just two boxes. I'm editing it in frontpage (all i have) and if i delete one box, i can't get the other two to fill the space (ie i can't seem to change the width of the boxes). Also the formatting in the rightmost box seems to be unchangeable - the paragraph breaks are several lines deep and i can't change this!
    I have some basic html knowledge, but can't work out which codes control these factors - or are these things part of the css document??
    Any help much appreciated!
  2. ishkey Mod - Designer

    Look in style.css

    change the width in .box to 320px
    .box {
    float: left;
    width: 320px;
    background: #730F11;
    margin-right: 18px;

    scroll down to
    #hits {
    width: 320px;
    set its width to 320px

    save your file, your done.