I designed a custom header and want to move the saerch box code from the upper right corner to the header area below... where would I go to grab that top header code? also, any words of wisdom on how to incorporate it?
~ Eric
I designed a custom header and want to move the saerch box code from the upper right corner to the header area below... where would I go to grab that top header code? also, any words of wisdom on how to incorporate it?
~ Eric
MonkFunk Music Community
Free Music Website
Edit your style sheet to move it!
Search the style sheet 'stylesheet.css' for;
Replace it with a relative position like below;Code:#navMainSearch { float: right; }
play with the numbers for top and left to get it where you want it.Code:#navMainSearch { position: relative; top: -30px; left: 650px; width: 170px; }
Dave
Always forward thinking... Lost my mind!
when I add that code, it creates a huge gap at the top, I can move around the search box, but there is now a huge gap beween that top little header and our main header area.
![]()
MonkFunk Music Community
Free Music Website
anyone know why this is? I really need to move this sucker!
thanks!
MonkFunk Music Community
Free Music Website
Dave, thanks for your reply, it is MidwestApplianceParts.com
MonkFunk Music Community
Free Music Website
got the search box moved, but now I get this error....
any ideas to what went wrong?
MonkFunk Music Community
Free Music Website
note, this only happens on our login page, which is a secure page:
https://midwestapplianceparts.com/account/login.html
MonkFunk Music Community
Free Music Website