![]() |
Moving Orange Search Bar
Im running 4.2.0
I am a newbie: I want to move the orange bar at top of screen. Ive been into the Main CSS file using firebug Ive Identified it as Div class = "line2" I know the name of the Image file i just cant find anything that would let me move the bar Ive adjusted the borders of the bar but not the Bar itself can someone point me in the right direction. This is what ive been messing around with so far: #header .line2 {main.css (line 430) background:transparent url(images/head_linebg.gif) repeat-x scroll center top; border-color:#CB480C -moz-use-text-color; border-style:solid none; border-width:1px medium; color:#451300; height:39px; position:relative; width:100%; I just want to move it down a 1/4 inch. Frustrated:shock: |
Re: Moving Orange Search Bar
if you want to move this bar with it's content just swap
Code:
<div class="line1"> Code:
<div class="line2"> It is the easier way. Another solution is to add into your main.css following rules: Code:
#header .line2 {top:-69px} 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 |
Re: Moving Orange Search Bar
Thank you for your help it was exactly what i needed to know:lol:
|
All times are GMT -8. The time now is 03:52 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.