Announcement

Collapse
No announcement yet.

Removing "select a Section"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Removing "select a Section"

    Hi

    Can anyone tell me how to remove this section search from the top right of my product page. I've looked in "Advance | Template Manager | Main Primary, but don't know what it's called or how to remove it!

    Thanks
    Percentage Golf
    Booksand.info

    #2
    It's NETQUOTEVAR:SIMPLESEARCH
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman,

      It's the "select a Section" box on the top right of product page, my logo is shifting it across to the right:here Or can I bring it to the front somehow?

      Thanks
      Percentage Golf
      Booksand.info

      Comment


        #4
        That's the lump of code

        Code:
        <form name="Act_SectionDroplist">
         <td background="bg_top.gif" height="60" width="50%" valign="middle" align="center">
        <script language=Javascript1.1>
        <!--
        document.write(ACT_DropListBox(sections))
        // -->
        </script>
        </td>
        </form>
        It's being forced off-screen due to the 850 pixel wide logo image, most of which is white space to the right.

        It would be much better to crop that logo to something much smaller to allow room for the section dropdown.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks,
          When I make it smaller there are lines that come into view and make things look very untidy. here
          Percentage Golf
          Booksand.info

          Comment


            #6
            You need to post the lines that surround NETQUOTEVAR:LOGOIMAGE as these are loading a background image "bg_top.gif" that is causing this effect.

            Alternatively you can replace bg_top.gif (in Site1) with a small white .gif image.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              I'll try that thanks!
              Percentage Golf
              Booksand.info

              Comment


                #8
                thanks I'll give you a 20% discount when we're up and running!
                Percentage Golf
                Booksand.info

                Comment

                Working...
                X