Announcement

Collapse
No announcement yet.

Reduce overall height of product line

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

    Reduce overall height of product line

    Hi

    We are currently designing our site to sell car spares. Basically by part number, short description and price. No other detail really needed.

    As we have about 9500 lines of parts we need to reduce the height each line takes to a minimum.

    We are using the section default of "No image or description. Laid out in single line", but there are still a couple of blank lines that are surplus. Is there a way to eliminate these please?

    Ta

    Jim

    #2
    Hi Jim

    If you go to Advanced | Template Manager, then Change the view so you see the Grey view, then go to the Section Tab, and click Product Line.

    Within this template there will be some <br> tags, which will be adding gaps in the products...

    By removing these, it would remove the gaps on the product pages.

    Where exactly do these gaps appear?

    Comment


      #3
      Surplus lines

      The surplus lines are between the product line seperator and the description and also between the product description and the next separator line. Thus making the overall section page much longer than necessary.

      Your suggestion has improved the situation greatly.

      Many Thanks

      Jim

      Comment


        #4
        Open up Act_ProductBody.html and look for NETQUOTEVAR:PRODUCTBULK.

        Above it, you will see a table tag with the cellpadding set to "10". This is the table that lays out your products. Try changing the cellpadding value to 3 or 4.

        Also, try removing the line

        NETQUOTEVAR:INCLUDE Act_ProductSeparator.html

        from your Act_ProductLine.html template.

        Comment

        Working...
        X