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

editing boxes in musicshop template

Discussion in 'Web Design' started by alligatorlizard, Jan 9, 2008.

  1. alligatorlizard

    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

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    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.