View Single Post
  #20  
Old 03-04-2010, 09:44 AM
 
brice brice is offline
 

Member
  
Join Date: Feb 2010
Posts: 10
 

Default Re: Head Template Logo Change

I modified header.line1

Is it the content container that moved everything else down? I successfully moved the search bar, but then it obstructed other items on the page and i couldn't find a way to move EVERYthing down proportionally to the logo.

Quote:
Originally Posted by gizmo
You Need to increase highlighted in red below as well
#header .line1 {
position: relative;
height: 67px; (Increase this a bit at a time to see how it meets your needs)
direction: ltr;
}

Bare in mind once you start increasing that you might also have to adjust highlighted in red (Mine is custom, but that's where you will have to adjust as well, by increasing it>

#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 39px;
margin-top: 210px;
background: transparent url(images/top_left.gif) no-repeat left;;
background-position: 595px 6px;
__________________
Brice

4.3.1
Light and Lucid
No addons.
Reply With Quote