Results 1 to 9 of 9
  1. #1

    Default want to move top left search box into header

    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

  2. #2
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: want to move top left search box into header

    Edit your style sheet to move it!

    Search the style sheet 'stylesheet.css' for;

    Code:
    #navMainSearch {
        float: right;
        }
    Replace it with a relative position like below;

    Code:
    #navMainSearch {
        position: relative;
        top: -30px;
        left: 650px;
        width: 170px;
        }
    play with the numbers for top and left to get it where you want it.
    Dave
    Always forward thinking... Lost my mind!

  3. #3

    Default Re: want to move top left search box into header

    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

  4. #4

    Default Re: want to move top left search box into header

    anyone know why this is? I really need to move this sucker!

    thanks!
    MonkFunk Music Community
    Free Music Website

  5. #5
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: want to move top left search box into header

    Quote Originally Posted by keylesslocks View Post
    anyone know why this is? I really need to move this sucker!

    thanks!
    Nice picture, can't say much about the problem without looking at the code.

    Got a link!
    Dave
    Always forward thinking... Lost my mind!

  6. #6

    Default Re: want to move top left search box into header

    Dave, thanks for your reply, it is MidwestApplianceParts.com
    MonkFunk Music Community
    Free Music Website

  7. #7
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: want to move top left search box into header

    Quote Originally Posted by keylesslocks View Post
    Dave, thanks for your reply, it is MidwestApplianceParts.com
    The code looks good, it's wrap a little different then what I did. I checked it with IE6 and FF3, both work fine, no added space as in your photo.
    Dave
    Always forward thinking... Lost my mind!

  8. #8

    Default Re: want to move top left search box into header



    got the search box moved, but now I get this error....

    any ideas to what went wrong?
    MonkFunk Music Community
    Free Music Website

  9. #9

    Default Re: want to move top left search box into header

    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

 

 

Similar Threads

  1. Want to free up categories on the left and move it to the top
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Jun 2008, 04:39 AM
  2. How to move header search box from right to left side
    By BuyPerformanceParts in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Sep 2007, 01:39 AM
  3. would like to move login & search box into the BG area (header)
    By jswiss in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Aug 2007, 09:18 AM
  4. Move Top Nav To Left Side Box
    By pwtgirl in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Jun 2007, 02:35 AM
  5. Search Box in H3 Left Box Header
    By flintcog in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2007, 09:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg