Thread: Header Size
View Single Post
  #5  
Old 04-08-2009, 03:24 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Header Size

main.css

#header {
height: 140px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}

you will also have to play with the margin height here.

#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 39px;
margin-top: 140px;
}
__________________
xcart 5.1.2
Reply With Quote