Architecture Template

Discussion in 'Give and Get Help' started by hund, Nov 18, 2009.

  1. hund New Member

    Hello Everyone,

    I am no stranger to this site but it has been months since I have worked with any templates. A friend asked me to make him one and I have been trying my best, but the div tag system puzzles me.

    [IMG]

    I took out the original picture in the template but the space is still there and I cannot get rid of it. It says 301px padding when I scroll over but I cannot find it in the code at all.

    If someone could please help me I would appreciate it.
  2. ishkey Mod - Designer

    You need to adjust style.css in two places.
    Code:
    #header {
      position: absolute;
      top: 0;
      left: 243px;
      width: 535px;
      height: 179px;  [COLOR="Red"]<------ change[/COLOR]
      background: url(images/header_2.jpg) no-repeat;
    }
    
    
    
    #right {
      float: right;
      width: 490px;
      padding-right: 9px;
      padding-top: 201px;   [COLOR="#ff0000"]<--------- change[/COLOR]
    }

    Attached Files:

    • arc2.jpg
      arc2.jpg
      File size:
      19.7 KB
      Views:
      192