View Single Post
  #2  
Old 03-19-2009, 01:09 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Moving Orange Search Bar

if you want to move this bar with it's content just swap
Code:
<div class="line1"> ... </div>
with
Code:
<div class="line2"> ... </div>
in your skin1/customer/head.tpl
It is the easier way.

Another solution is to add into your main.css following rules:
Code:
#header .line2 {top:-69px} #header .line1{top:39px}
I've checked it in Firefox, if you'll go this way you should test in every browser.

More complex is not to swap whole divs but it's content only and then swap in every .css file .line1 with .line2 and vice versa
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote