Jump to content

Rearranging the Search Bos


Guest JeannieM

Recommended Posts

Guest JeannieM

If I center my Logo, it hides the word "Search" at the Search for: box. Is it possible to put the "Search for:" ABOVE the box? Or below, for that matter.

OR, is it also possible to have my Logo go all the way across the top? Make it longer?

If you have any better ideas or suggestions, hey, I'm open to hearing them!

Thanks! Jeannie

Link to comment
Share on other sites

Guest JeannieM

If I center my Logo, it hides the word "Search" at the Search for: box. Is it possible to put the "Search for:" ABOVE the box? Or below, for that matter.

Yes it is possible. Here is a link to the template documentation. You just need to move things around.

Robsta,

I checked the documentation but it doesn't give specifics. Such as how to MOVE the words "Search for" to have it above the box.

I went to Index.tpl and cart.tpl but didn't see what I could do in either of those.

Should I do something in searchForm.tpl? Here it is below:

<!-- BEGIN: search_form -->

<form action="index.php" method="get">

<span class="txtSession"><strong>{LANG_SEARCH_FOR}</strong></span>

<input name="searchStr" type="text" class="searchBox" value="{SEARCHSTR}" size="20" />

<input type="hidden" name="_a" value="viewCat" />

<input name="Submit" type="submit" class="searchBtn" value="{LANG_GO}" />

<br /><a href="index.php?_a=search" class="txtLink" style="font-size: 9px;">{LANG_ADVANCED_SEARCH}</a>

</form>

<!-- END: search_form -->

I would appreciate any help you can give ...

Jeannie :innocent:

Link to comment
Share on other sites

  • 2 weeks later...

in searchForm.tpl

find this


<span class="txtSession"><strong>{LANG_SEARCH_FOR}</strong></span> 



and change to this



<span class="txtSession"><strong>{LANG_SEARCH_FOR}</strong></span> <br />

if this gives you the desired results (it ads a line break after the text forcing the input field to go under)

if it doesn't then you need more design help than we can give here and without knowing your site or its current design its really hard to help further besides the documentation robsta gave you the link for

Link to comment
Share on other sites

Guest JeannieM

in searchForm.tpl

find this


<span class="txtSession"><strong>{LANG_SEARCH_FOR}</strong></span> 



and change to this



<span class="txtSession"><strong>{LANG_SEARCH_FOR}</strong></span> <br />

if this gives you the desired results (it ads a line break after the text forcing the input field to go under)

if it doesn't then you need more design help than we can give here and without knowing your site or its current design its really hard to help further besides the documentation robsta gave you the link for

Thank you kinetic! This did the trick.

Jeannie

Link to comment
Share on other sites

  • 4 weeks later...
Guest JeannieM

Me again, I did some fooling around and now my SEARCH Box is to the left. I want it to the right. Can you help? I can't remember where I go to do this. Thank you.

www.RedSunJewelry.com

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...