Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Need some help. Putting the search box at the top.

    What I am looking to do is move the search box to just below my header
    Right before the word home here:

    http://buypetals.com/

    Or by the blank space. if it looks nicer.

    I am trying to get something that looks close to:

    www.myweddingfavors.com

    Thanks in advance.

    Mark

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

    Default Re: Need some help. Putting the search box at the top.

    What I am looking to do is move the search box to just below my header
    Right before the word home here:
    Open your stylesheet.css file and change..

    Code:
    #navMainSearch {
    	float: right;
    	}
    to...

    Code:
    #navMainSearch {
    	position: relative;
        top: -35px;
        left: 670px;
    	}
    Of course you have to play with the top and left numbers until it moves where you need it. This is how mine is placed and it works with IE and firefox.
    Dave
    Always forward thinking... Lost my mind!

  3. #3
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Need some help. Putting the search box at the top.

    Thank You Very Much!

    Not how I expected to get this done...
    But looks good... Thank You.

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

    Default Re: Need some help. Putting the search box at the top.

    Your welcome...

    Only way I know of, other then using tables..
    Dave
    Always forward thinking... Lost my mind!

  5. #5
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Need some help. Putting the search box at the top.

    If you can.... Join me in twitter....
    Ill link about new mods, marketing ideas etc....
    We can share thoughts....

    Find me under markrones

 

 

Similar Threads

  1. How to get rid of the Search Box way at the Top?
    By Zook25 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Feb 2010, 05:32 PM
  2. Can't find the stuff above the top search box to delete or change it.
    By rayl in forum Customization from the Admin
    Replies: 2
    Last Post: 24 Jun 2009, 08:31 PM
  3. Putting a search box in the header / near logo.
    By Fastcar in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Apr 2009, 12:03 PM
  4. I need to add some text to the top of 'Checkout_Confirmation' pg
    By bakdoor in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Oct 2008, 03:07 AM
  5. how to get rid of the search box on the top?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Feb 2007, 12:51 AM

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